Skip to content

Commit 652cbff

Browse files
authored
gitignore configure~, config.h.in~ (LudovicRousseau#136)
Add the "configure~" and "config.h.in~" files to .gitignore. These files are produced after running "bootstrap" more than once, and don't need to be committed.
1 parent 9879d1c commit 652cbff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ compile
1212
config.guess
1313
config.h
1414
config.h.in
15+
config.h.in~
1516
config.log
1617
config.status
1718
config.sub
1819
configure
20+
configure~
1921
depcomp
2022
doc/Makefile
2123
doc/Makefile.in

0 commit comments

Comments
 (0)