mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
gitignore: We don't care about files ending in '~'
Change-Id: I0ed8ae6caaba0b2f04f55b08cb54abc358e9ce0d
This commit is contained in:
parent
6fa80604e3
commit
4663d94b4e
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,6 +7,7 @@
|
||||||
*.so
|
*.so
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
*~
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
# Intermediate language files
|
# Intermediate language files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue