summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add TAGS files to .gitignoreDamien Lespinau2011-10-241-0/+1
| | | | | | | | | | "make tags" is the best way to produce tags in an automake project and yet very few people are using it so the tags files it generates are never added to the .gitignore files. Add TAGS files to .gitignore then. https://bugzilla.gnome.org/show_bug.cgi?id=615424
* gio: Add GTlsInteraction interaction method invocation guaranteesStef Walter2011-08-301-0/+1
| | | | | | | | | | | | | * Add 'invoke' style method, which can be used to call an interaction from any thread. The interaction will be run in the appropriate #GMainContext * Sync methods can be called whether main loop is running or not. * Derived classes can choose to implement only sync or async interaction method, and the invoke method will fill in the blanks. * Documentation for the above. * Tests for the above. https://bugzilla.gnome.org/show_bug.cgi?id=657567
* Ignore lcov-produced files in top-level .gitignoreSimon McVittie2011-08-091-0/+2
| | | | | Bug: https://bugzilla.gnome.org/show_bug.cgi?id=656162 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Windows (mingw32) .gitignore additionsRyan Lortie2011-07-251-0/+2
|
* Update .gitignoresDan Winship2011-05-021-0/+1
|
* move glibconfig.h to glib/Ryan Lortie2010-07-121-2/+0
|
* improve gitignore (systemtap)Ryan Lortie2010-06-021-0/+1
|
* gitignore for win32 build stuffRyan Lortie2010-03-211-0/+1
|
* .gitignore gcov output (*.gcov, *.gcno, *.gcda)Ryan Lortie2010-02-231-0/+3
|
* improve gitignoreRyan Lortie2010-01-281-0/+3
|
* Add README and INSTALL to .gitignore since they are autogeneratedDan Winship2009-05-011-0/+3
|
* Bug 549771 – improved .gitignore for glibRyan Lortie2008-09-021-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-09-02 Ryan Lortie <desrt@desrt.ca> Bug 549771 – improved .gitignore for glib * docs/reference/.gitignore: * docs/reference/gio/.gitignore: * docs/reference/gobject/tmpl/.gitignore: * gio/.gitignore: * gio/tests/.gitignore: * glib/.gitignore: * glib/libcharset/.gitignore: * glib/tests/.gitignore: * gmodule/.gitignore: * gobject/.gitignore: * gobject/tests/.gitignore: * po/.gitignore: * tests/.gitignore: new files * .gitignore: remove 'build' (since it's part of glib now), add more useful things. svn path=/trunk/; revision=7432
* for the benefit of git users, checkout build/ if it is missing but afterRyan Lortie2007-12-051-0/+1
2007-12-05 Ryan Lortie <desrt@desrt.ca> * autogen.sh: for the benefit of git users, checkout build/ if it is missing * .gitignore: but after that, ignore it. svn path=/trunk/; revision=6046