summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-07-11Deal with new automake test stuffRyan Lortie1-0/+3
Add *.trs and *.log to .gitignore along with test-driver Add *.trs and *.log to CLEANFILES in glib.mk.
2013-05-16Add --enable-installed-tests configure optionColin Walters1-0/+1
See https://live.gnome.org/GnomeGoals/InstalledTests for more information. The tests now support being run both uninstalled and installed, so 'make check' works for those who want it. For tests which need data files, the way this works is they look in the compiled in value of SRCDIR by default, and the generated tests use "env G_TEST_DATA=" to override that. This patch only converts glib/tests for now; if this patch looks good, I'll do the rest of the tests. https://bugzilla.gnome.org/show_bug.cgi?id=699079
2012-11-11.gitignore: ignore .def files (win32 build)Dan Winship1-0/+1
2012-01-18update .gitignoresDan Winship1-1/+0
2011-10-24Add TAGS files to .gitignoreDamien Lespinau1-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
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