summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xautogen.sh1
-rw-r--r--m4/.gitignore2
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f62c423..bcb9884 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-m4
*~
*.o
*.a
diff --git a/autogen.sh b/autogen.sh
index f25fe64..4287fdb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,6 @@ PKG_NAME=udev-extras
}
(cd $srcdir;
- mkdir -p m4/
autoreconf --install --symlink
./configure $@
)
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index 0000000..e1b7474
--- /dev/null
+++ b/m4/.gitignore
@@ -0,0 +1,2 @@
+libtool.m4
+lt*m4