]> git.ekhem.eu.org Git - guix.git/commitdiff
Ignore the TAGS file.
authorJakub Czajka <jakub@ekhem.eu.org>
Fri, 3 Jun 2022 17:58:40 +0000 (19:58 +0200)
committerJakub Czajka <jczajka@google.com>
Sun, 24 Dec 2023 18:53:07 +0000 (19:53 +0100)
TAGS is an output file for `etags` tag tables. Tag tables may be large
and may change over time. It is better to regenerate them instead of
tracking with `git'. This commit adds TAGS to .gitignore.

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..bea5755
--- /dev/null
@@ -0,0 +1 @@
+TAGS