summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2011-08-30gio: Add GTlsInteraction interaction method invocation guaranteesStef Walter1-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
2011-08-09Ignore lcov-produced files in top-level .gitignoreSimon McVittie1-0/+2
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=656162 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2011-07-25Windows (mingw32) .gitignore additionsRyan Lortie1-0/+2
2011-05-02Update .gitignoresDan Winship1-0/+1
2010-07-12move glibconfig.h to glib/Ryan Lortie1-2/+0
2010-06-02improve gitignore (systemtap)Ryan Lortie1-0/+1
2010-03-21gitignore for win32 build stuffRyan Lortie1-0/+1
2010-02-23.gitignore gcov output (*.gcov, *.gcno, *.gcda)Ryan Lortie1-0/+3
2010-01-28improve gitignoreRyan Lortie1-0/+3
2009-05-01Add README and INSTALL to .gitignore since they are autogeneratedDan Winship1-0/+3
2008-09-02Bug 549771 – improved .gitignore for glibRyan Lortie1-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
2007-12-05for the benefit of git users, checkout build/ if it is missing but afterRyan Lortie1-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