.gitignore: add *~
Also removed another rule replaced by this rule.
This commit is contained in:

committed by
Michael Natterer

parent
96357dbfd3
commit
b798bfe6c1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
*~
|
||||
/*.config
|
||||
/*.creator
|
||||
/*.creator.user
|
||||
@ -16,7 +17,6 @@
|
||||
/config.guess
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.h.in~
|
||||
/config.log
|
||||
/config.status
|
||||
/config.status.lineno
|
||||
|
Reference in New Issue
Block a user