gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 552e20b: Installation: temporary configuration


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 552e20b: Installation: temporary configuration test files added to .gitignore
Date: Mon, 9 Nov 2020 14:58:49 -0500 (EST)

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

    Installation: temporary configuration test files added to .gitignore
    
    When you run './configure', the script makes temporary files for the
    various tests, but until this commit, these files were not ignored by Git.
    I noticed this after aborting the configuration and then I noticed the
    existance of these files. But they do not have to be taken into account by
    Git.
    
    With this commit, they have been added to '.gitignore' so they don't annoy
    anyone else.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4fedcf0..7bd0b12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -100,10 +100,13 @@ astmknoise
 config.sub
 install-sh
 aclocal.m4
+confdefs.h
+conftest.c
 astconvertt
 astconvolve
 test-driver
 config.h.in
+conftest.err
 lib/config.h
 astcosmiccal
 astmkcatalog



reply via email to

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