.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
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
|
*~
|
||||||
/*.config
|
/*.config
|
||||||
/*.creator
|
/*.creator
|
||||||
/*.creator.user
|
/*.creator.user
|
||||||
@ -16,7 +17,6 @@
|
|||||||
/config.guess
|
/config.guess
|
||||||
/config.h
|
/config.h
|
||||||
/config.h.in
|
/config.h.in
|
||||||
/config.h.in~
|
|
||||||
/config.log
|
/config.log
|
||||||
/config.status
|
/config.status
|
||||||
/config.status.lineno
|
/config.status.lineno
|
||||||
|
Reference in New Issue
Block a user