diff options
author | Stijn Buys <ingar@telenet.be> | 2023-10-01 12:05:41 +0200 |
---|---|---|
committer | Stijn Buys <ingar@telenet.be> | 2023-10-01 12:05:41 +0200 |
commit | 73f8e71df34770bf969bd9981e02f16fc2a0f25a (patch) | |
tree | 12fec6cb8ef6e71913f357d51bead1f77b16ee61 /.gitignore | |
parent | 30810c926e10c20c7407ef63d8b99456ec4e76fd (diff) |
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 |