gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 2d94942 1/3: Updates to .gitignore


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 2d94942 1/3: Updates to .gitignore
Date: Sat, 3 Sep 2016 16:31:31 +0000 (UTC)

branch: master
commit 2d94942daae5a931a681bbfb673e08ff55cf6de4
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Updates to .gitignore
    
    After adding the Table utility, its executable was not added to the
    .gitignore file. Also since building installable libraries, a new set of
    `.libs/' directories have been created in each utility. Both cases have now
    been added to `.gitignore'.
    
    The reason they weren't noticed before (at least by me) was that I have
    been using the new `tempfs-config-make' script which puts all the built
    files and directories in another directory to keep the source files
    clean. But for a test recently I didn't use that script and thus noticed
    these two cases.
---
 .gitignore |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 12f5447..2c5bade 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,6 +73,7 @@ snippet
 config.h
 stamp-h1
 Makefile
+asttable
 ltmain.sh
 .dirstamp
 configure
@@ -122,6 +123,7 @@ doc/gnuastro.vrs
 # ignore the whole directory (and everything within it). This is more
 # efficient then leaving it to try to fit patterns.
 
+.libs/
 /gnulib/
 /bootstrapped/
 /doc/plotsrc/tikz/



reply via email to

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