Skip to content

Commit

Permalink
Add intermediate build products to .gitignore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Nov 9, 2009
1 parent 0a565de commit f9bbaa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ git.spec
*.exe
*.[aos]
*.py[co]
*+
config.mak
autom4te.cache
config.cache
Expand Down

0 comments on commit f9bbaa3

Please sign in to comment.