gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master ccb848d7 2/2: .gitignore: now ignoring TAGS fi


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master ccb848d7 2/2: .gitignore: now ignoring TAGS files
Date: Sat, 6 Jul 2024 22:52:03 -0400 (EDT)

branch: master
commit ccb848d7d08ef98af5eabb55a626e49f68d38a46
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    .gitignore: now ignoring TAGS files
    
    Until now, we didn't explicitly ask Git to ignore TAGS files (which are
    created by the 'etags' program that is part of Emacs). The TAGS help to
    easily jump to function definitions within Emacs. But since they are
    updated all the time, they should not be within the version controlled
    source.
    
    With this commit, the 'TAGS' file is automatically ignored by Git within
    Gnuastro.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1c3c8a3f..9e60631a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,6 +66,7 @@
 # utility names (since their configuration files would also be
 # ignored).
 
+TAGS
 .deps
 .sync
 build



reply via email to

[Prev in Thread] Current Thread [Next in Thread]