mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
920f3bffb3
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
29 lines
268 B
Plaintext
29 lines
268 B
Plaintext
# for all subdirectories
|
|
Makefile.in
|
|
Makefile
|
|
.libs
|
|
.deps
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.pc
|
|
.*.swp
|
|
.sw?
|
|
|
|
# autofoo stuff here
|
|
compile
|
|
config.*
|
|
configure
|
|
depcomp
|
|
aclocal.m4
|
|
autom4te.cache
|
|
stamp-*
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
install-sh
|
|
glib-gettextize
|
|
glib-zip
|
|
glibconfig.h
|
|
gtk-doc.make
|