1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-04 10:06:12 +02:00

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>
This commit is contained in:
Jonathan Nieder 2009-11-08 16:07:16 -06:00 committed by Junio C Hamano
parent 0a565de4a5
commit f9bbaa384e

1
.gitignore vendored
View File

@ -168,6 +168,7 @@ git.spec
*.exe
*.[aos]
*.py[co]
*+
config.mak
autom4te.cache
config.cache