diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-16 18:42:58 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-16 18:43:27 -0800 |
commit | 8032fc16db7abacf6242356c5e168ea6f6cf36fa (patch) | |
tree | 9927d235504acc78ef84651a724679f3133b58a2 /.gitignore | |
parent | fb420e7789b4f9a0481ee44dbdf37d3de6578ad3 (diff) | |
download | emacs-8032fc16db7abacf6242356c5e168ea6f6cf36fa.tar.gz |
* .gitignore: Ignore /conftest*.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3f1ac89f045..cbe13091b05 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ makefile /confdefs.h /config.status /configure.lineno +/conftest* src/config.h src/epaths.h |