guix-patches
[Top][All Lists]
Advanced

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

[bug#50682] [PATCH 2/2] .gitignore: Ignore more autotools directories.


From: Sarah Morgensen
Subject: [bug#50682] [PATCH 2/2] .gitignore: Ignore more autotools directories.
Date: Sun, 19 Sep 2021 11:13:33 -0700

* .gitignore: Add pattern to ignore ".am[0-9]*/".
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d984971455..9873f0678c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -144,6 +144,7 @@ Makefile
 Makefile.in
 config.cache
 stamp-h[0-9]
+.am[0-9]*/
 .dirstamp
 .deps
 tmp
-- 
2.33.0






reply via email to

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