gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 0db96bd 2/3: Updated .gitignore


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 0db96bd 2/3: Updated .gitignore
Date: Wed, 8 Aug 2018 07:11:23 -0400 (EDT)

branch: master
commit 0db96bd042c5e9bd628dd64019728746f57bc832
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Updated .gitignore
    
    During development, I usually use the `./developer-build' script, which
    builds Gnuastro in another directory. But as a test, I ran configure within
    the source files and noticed that the Segment program's executable and
    BuildProgram's configuration file (which is a built product) are not in
    `.gitignore'. They are now added.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 3db7e67..f1f06bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,6 +84,7 @@ configure
 .gnuastro
 astmkprof
 astheader
+astsegment
 runtest.sh
 astmknoise
 config.sub
@@ -116,6 +117,8 @@ doc/gnuastro.vrs
 tests/versioncxx
 tests/multithread
 lib/gnuastro/config.h
+bin/buildprog/astbuildprog.conf
+
 
 
 



reply via email to

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