mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
Add TAGS files to .gitignore
"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
This commit is contained in:
parent
ba7bf09285
commit
73d22207d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
# for all subdirectories
|
||||
Makefile.in
|
||||
Makefile
|
||||
TAGS
|
||||
.libs
|
||||
.deps
|
||||
*.o
|
||||
|
Loading…
Reference in New Issue
Block a user