diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2009-11-08 16:07:16 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-08 17:04:50 -0800 |
commit | f9bbaa384efd4c5c56b9a13d08680f6fc09324ca (patch) | |
tree | 4fdc27da8fadf4650b2966f9a56e79b1c25c2665 /.gitignore | |
parent | 0a565de4a50032339d3786d366e70912a4dcf572 (diff) | |
download | git-f9bbaa384efd4c5c56b9a13d08680f6fc09324ca.tar.gz |
Add intermediate build products to .gitignore
Temporaries such as configure.ac+ and Documentation/*.xml+
sometimes remain after an interrupted build. Tell git not to
track them.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 51a37b1af7..f0d2e96b88 100644 --- a/.gitignore +++ b/.gitignore @@ -168,6 +168,7 @@ git.spec *.exe *.[aos] *.py[co] +*+ config.mak autom4te.cache config.cache |