summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove glib-zip.inChun-wei Fan2018-06-081-1/+0
| | | | | | | We have not updated nor used this script for a long time, and nowadays Meson makes it much easier to build on Windows for either Visual Studio or MinGW, even straight from a GIT checkout, so it's about time that we drop the glib-zip script from the source tree.
* Add zlib, libffi, and proxy-libintl subproject wrapsNirbheek Chauhan2017-07-131-1/+1
| | | | | This allows you to clone glib and just build it anywhere without any extra dependencies besides Python 3 and Meson itself (and maybe git).
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-07-131-1/+14
| | | | | | | | | | | | | | | | Disable gio tests on Windows, fix .gitignore to not ignore config.h.meson, and add more things to it. Rename the library file naming and versioning to match what Autotools outputs, e.g., libglib-2.0.so.0.5000.2 on Linux, libglib-2.0-0.dll and glib-2.0-0.dll on Windows with MSVC. Several more tiny fixes, more executables built and installed, install pkg-config and m4 files, fix building of gobject tests. Changes to gdbus-codegen to support out-of-tree builds without environment variables set (which you can't in Meson). We now add the build directory to the Python module search path.
* .gitignore: ignore 'tags' files (ctags stuff)Jonh Wendell2016-09-091-0/+1
|
* Deal with new automake test stuffRyan Lortie2013-07-111-0/+3
| | | | | | Add *.trs and *.log to .gitignore along with test-driver Add *.trs and *.log to CLEANFILES in glib.mk.
* Add --enable-installed-tests configure optionColin Walters2013-05-161-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
* .gitignore: ignore .def files (win32 build)Dan Winship2012-11-111-0/+1
|
* update .gitignoresDan Winship2012-01-181-1/+0
|
* 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