summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-05 23:27:32 +0200
committerBruno Haible <bruno@clisp.org>2009-04-05 23:27:32 +0200
commit899432a955de3f1dd501010b4cf35362db1cac8a (patch)
treec6fdaa20ed1d4ba364374d9234e5717ab6814d83
parent21cbfc2d3b92255336c222c869547114371823a6 (diff)
downloadlibunistring-899432a955de3f1dd501010b4cf35362db1cac8a.tar.gz
Ignore files generated by autoconf and automake.
-rw-r--r--.gitignore6
-rw-r--r--lib/.gitignore3
-rw-r--r--tests/.gitignore3
3 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0388ac9..f53fae5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,9 @@
.#*
\#*#
+# Files generate by the autotools:
+/aclocal.m4
+/configure
+/config.h.in
+/Makefile.in
+
diff --git a/lib/.gitignore b/lib/.gitignore
index ebd986d..db3108d 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -99,3 +99,6 @@
/iconv_open-irix.h
/iconv_open-osf.h
+# Files generate by the autotools:
+/Makefile.in
+
diff --git a/tests/.gitignore b/tests/.gitignore
index 65695eb..d06fcb5 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -58,3 +58,6 @@
/xalloc.h
/xmalloc.c
+# Files generate by the autotools:
+/Makefile.in
+