summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* tests: add g-ir-doc-tool generated output to .gitignoreDieter Verfaillie2012-11-281-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688897
* docs: add GTK-Doc generated output to .gitignoreDieter Verfaillie2012-11-151-0/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688418
* .gitignore: Add doctool examples outputJasper St. Pierre2012-08-291-0/+2
|
* tests: Ignore SLetter generated gir.Krzesimir Nowak2012-07-061-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656445
* Fix matching of methods named *_get_type()Matthew Booth2012-03-061-0/+1
| | | | | | | | | | | | | The code which heuristically turned functions into class methods would always ignore any function called *_get_type or *_get_gtype. However, the code which looked for GI metadata functions to execute them was much more comprehensive, checking not just the name, but also that it had no parameters and that it returned a GType. This change abstracts the more comprehensive check into the Function class, and uses the same check in both places. https://bugzilla.gnome.org/show_bug.cgi?id=671218
* g-ir-doc-tool: Update .gitignoreTomeu Vizoso2012-02-211-1/+1
|
* Update gitignoreRico Tzschichholz2011-12-201-0/+2
|
* Add make-check-passed to gitignoreJohan Dahlin2011-08-291-0/+1
|
* Update gitignoreJohan Dahlin2011-08-131-0/+44
|
* .gitignore: Cut down to only ./autogen.sh cruftColin Walters2011-07-271-93/+0
| | | | Since we encourage srcdir != builddir, no need to maintain .gitignore
* .gitignore: UpdateColin Walters2010-12-031-8/+13
|
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-31/+33
| | | | | This is cleaner and faster, and prepares us better for an incoming import of CMPH.
* Add an annotation toolJohan Dahlin2010-09-241-0/+1
|
* .gitignore: UpdateColin Walters2010-08-311-24/+24
|
* Update .gitignoreJohan Dahlin2010-05-311-0/+1
|
* .gitignore: ignore xrandr-1.3.typelibSimon McVittie2010-05-191-0/+1
|
* Update .gitignoreJohan Dahlin2010-05-181-0/+8
|
* Add *~ to .gitignoreTomeu Vizoso2010-04-141-0/+1
|
* Add GIMarshallingTests typelibTomeu Vizoso2010-04-131-0/+2
| | | | Fixes #615299
* Update .gitignoreJohan Dahlin2009-12-141-0/+3
|
* Some small cosmetic tweaksAndreas Rottmann2009-03-191-0/+1
| | | | | | | | | | | * Fix compiler warnings: - Missing return value in annotation-testing code - Fix two function declarations to have a (void) parameter list -- this is not C++ ;-) * Add tools/g-ir-scanner to .gitignore, as it's now generated
* Update .gitignore for gtk-docJohan Dahlin2009-02-201-0/+4
|
* Use shave to reduce compiling outputJohan Dahlin2009-02-201-0/+2
| | | | Which let's us focus on the important warnings.
* Various gtk-doc fixes: only require 1.11, remove generated files, add docs ↵Colin Walters2009-02-181-0/+2
| | | | | | | | | | to SUBDIRS The gtk-doc introductory commit introduced some generated files; remove those. We apparently only require 1.11, so downgrade to that. Finally, the docs directory was missing from the toplevel SUBDIRS.
* Add a simple invokation exampleJohan Dahlin2009-02-171-0/+1
|
* Add gtk-doc supportJohan Dahlin2009-02-121-0/+12
|
* Add a .gitignore fileJohan Dahlin2009-02-111-0/+84