mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
73d22207d1
"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
45 lines
425 B
Plaintext
45 lines
425 B
Plaintext
# for all subdirectories
|
|
Makefile.in
|
|
Makefile
|
|
TAGS
|
|
.libs
|
|
.deps
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.pc
|
|
.*.swp
|
|
.sw?
|
|
*.rc
|
|
*.gcno
|
|
*.gcda
|
|
*.gcov
|
|
*.sourcefiles
|
|
*.stp
|
|
*.exe
|
|
|
|
# autofoo stuff here
|
|
compile
|
|
config.*
|
|
configure
|
|
depcomp
|
|
aclocal.m4
|
|
autom4te.cache
|
|
stamp-*
|
|
libtool
|
|
ltmain.sh
|
|
mingw32-config.cache
|
|
missing
|
|
install-sh
|
|
glib-gettextize
|
|
glib-zip
|
|
gtk-doc.make
|
|
py-compile
|
|
|
|
INSTALL
|
|
README
|
|
ChangeLog
|
|
/glib-lcov.info
|
|
/glib-lcov/
|
|
/gio/tests/tls-interaction
|