diff options
author | Thomas Adam <thomas@xteddy.org> | 2013-10-05 12:45:24 +0100 |
---|---|---|
committer | Thomas <thomas@xteddy.org> | 2013-10-11 14:36:28 +0100 |
commit | d3f37566e2f111f2019edb8c07e39dcae15c3574 (patch) | |
tree | 568fe3131b3aed178f1ced04718ebbdb2a86f664 | |
parent | b8b31ad53e693675dbe1e2f7a66c69701f119754 (diff) | |
download | rtmux-d3f37566e2f111f2019edb8c07e39dcae15c3574.tar.gz rtmux-d3f37566e2f111f2019edb8c07e39dcae15c3574.tar.bz2 rtmux-d3f37566e2f111f2019edb8c07e39dcae15c3574.zip |
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.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ core tags .deps/ +compat/.dirstamp aclocal.m4 autom4te.cache/ config.log |