diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ # ignore build directory /build/ +# ignore libtool's m4 directory +/m4/ + # ignore autoconf/automake related files /autom4te.cache/ /aclocal.m4 |