mirror of https://github.com/mstorsjo/fdk-aac.git
gitignore: Ignore files with a ~ suffix
These can be generated as "configure~" when running autoreconf.
This commit is contained in:
parent
6a7c02556a
commit
da5c4f8143
|
@ -1,6 +1,7 @@
|
|||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
*~
|
||||
.deps
|
||||
.libs
|
||||
.dirstamp
|
||||
|
|
Loading…
Reference in New Issue