summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 10 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 67f766cde..5ab0d1d1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,7 +22,7 @@ config.sub
stamp-h
stamp-h1
update.log
-m4
+m4/*.m4
aclocal.m4
ABOUT-NLS
config.rpath
@@ -31,7 +31,15 @@ compile
depcomp
install-sh
missing
-ltmain.sh
libtool
.deps
.libs
+
+# libtool-2 stuff -- temporary added to repository (because libtool-2.x.x is
+# still not in avaialable in many Linux distributions)
+!config/ltmain.sh
+!m4/libtool.m4
+!m4/ltoptions.m4
+!m4/ltsugar.m4
+!m4/ltversion.m4
+!m4/lt~obsolete.m4