diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-04-07 13:44:51 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-04-07 14:32:31 -0700 |
commit | 3c6448c15381bfe5b14e5e72b9e3e331a5c2dbaa (patch) | |
tree | 099cb367191027554730a5dba086a2c91c49ce67 /.gitignore | |
parent | 1d5c887ca0e6d1332c2655d73fab0dc72c53530d (diff) | |
download | haskell-3c6448c15381bfe5b14e5e72b9e3e331a5c2dbaa.tar.gz |
Ignore temporary ./configure files.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a71cfd859f..bb4a2934c7 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,11 @@ config.log config.status configure +# Temporarily generated configure files +confdefs.h +conftest-book.xml +conftest.xml + # ----------------------------------------------------------------------------- # Ignore any overlapped darcs repos and back up files |