gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 02375f8 4/7: Development: built shell completi


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 02375f8 4/7: Development: built shell completion files added to .gitignore
Date: Mon, 4 Oct 2021 18:51:29 -0400 (EDT)

branch: master
commit 02375f835891adbe589e12e7b48b5075dbcbfd82
Author: Raul Infante-Sainz <infantesainz@gmail.com>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Development: built shell completion files added to .gitignore
    
    Until now, these two files were not added to .gitignore because they were
    created in a separate build directory when using
    'developer-build'. However, when I did the './configure', 'make', 'make
    check' and 'make install' within the source directory, I noticed these
    files showing up as untracked files by git. But they are built files and
    should not be included in Git at all.
    
    With this commit, they have been added to '.gitignore' so now they are not
    under Git control anymore and won't show up when Gnuastro is built in the
    source directory.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index c9bc5d4..d5ad131 100644
--- a/.gitignore
+++ b/.gitignore
@@ -131,7 +131,9 @@ doc/gnuastro.cps
 doc/gnuastro.vrs
 tests/versioncxx
 tests/multithread
+bin/completion.bash
 lib/gnuastro/config.h
+bin/completion.bash.built
 bin/buildprog/astbuildprog.conf
 
 



reply via email to

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