guix-commits
[Top][All Lists]
Advanced

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

02/02: .gitignore: Ignore more autotools directories.


From: guix-commits
Subject: 02/02: .gitignore: Ignore more autotools directories.
Date: Sat, 16 Oct 2021 01:45:23 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 066b1b8f781c7739f8056b81e20adf0b979614bc
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Sun Sep 19 11:13:33 2021 -0700

    .gitignore: Ignore more autotools directories.
    
    * .gitignore: Add pattern to ignore ".am[0-9]*/".
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index c604747..f4b4bb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -145,6 +145,7 @@ Makefile
 Makefile.in
 config.cache
 stamp-h[0-9]
+.am[0-9]*/
 .dirstamp
 .deps
 tmp



reply via email to

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