mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00
Add *.1bpp, *.2bpp, *.pic to .gitignore.
These are now generated by the build.
This commit is contained in:
parent
666a5374ff
commit
b8a4f91b84
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -18,6 +18,11 @@
|
|||
# generated
|
||||
*.tx
|
||||
|
||||
# converted image data
|
||||
*.2bpp
|
||||
*.1bpp
|
||||
*.pic
|
||||
|
||||
# swap files for vim
|
||||
.*.swp
|
||||
|
||||
|
|
Loading…
Reference in a new issue