Browse Source

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>
maint
Jonathan Nieder 15 years ago committed by Junio C Hamano
parent
commit
f9bbaa384e
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save