From: Jakub Czajka Date: Fri, 3 Jun 2022 17:58:40 +0000 (+0200) Subject: Ignore the TAGS file. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=98cd4be26a63b9c5c668e1e1a72eab97773210dd;p=guix.git Ignore the TAGS file. 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. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bea5755 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +TAGS