Skip to content

Commit f9bbaa3

Browse files
jrngitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0a565de commit f9bbaa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ git.spec
168168
*.exe
169169
*.[aos]
170170
*.py[co]
171+
*+
171172
config.mak
172173
autom4te.cache
173174
config.cache

0 commit comments

Comments
 (0)