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:
parent
0a565de4a5
commit
f9bbaa384e
1
.gitignore
vendored
1
.gitignore
vendored
@ -168,6 +168,7 @@ git.spec
|
||||
*.exe
|
||||
*.[aos]
|
||||
*.py[co]
|
||||
*+
|
||||
config.mak
|
||||
autom4te.cache
|
||||
config.cache
|
||||
|
Loading…
Reference in New Issue
Block a user