Ignore .dirstamp files

GNU automake 1.14+ uses these files for subdir-option detection.  We don't
want to accidentally commit these.  They're not useful to us.
This commit is contained in:
Thomas Adam 2013-10-05 12:45:24 +01:00 committed by Thomas
parent b8b31ad53e
commit d3f37566e2

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
core core
tags tags
.deps/ .deps/
compat/.dirstamp
aclocal.m4 aclocal.m4
autom4te.cache/ autom4te.cache/
config.log config.log