summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-07-17 10:16:45 -0400
committerBen Gamari <ben@smart-cactus.org>2022-07-17 10:19:32 -0400
commit031c8e32ff19ebd79809fe864e92c527b71fe80a (patch)
treef8e423d02be7c8a88d46cd9af276ff412c61f412
parentdcf8b30a1a5f802b1d8a22ea74499e2896a6ff16 (diff)
downloadhaskell-wip/T21740.tar.gz
gitignore: don't ignore all aclocal.m4 fileswip/T21740
While GHC's own aclocal.m4 is generated by the aclocal tool, other packages' aclocal.m4 are committed in the repository. Previously `.gitignore` included an entry which covered *any* file named `aclocal.m4`, which lead to quite some confusion (e.g. see #21740). Fix this by modifying GHC's `.gitignore` to only cover GHC's own `aclocal.m4`.
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0df2f84ab1..4b48294870 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,10 +39,11 @@ tags
TAGS
autom4te.cache
-aclocal.m4
config.log
config.status
configure
+# GHC's own aclocal.m4 is generated by aclocal
+/aclocal.m4
# Temporarily generated configure files
confdefs.h