mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Sync .gitignore with pokegold and pokecrystal
This commit is contained in:
parent
1db2e7b5b4
commit
034801b6af
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -1,18 +1,26 @@
|
||||||
# generated
|
# compiled objects
|
||||||
*.tx
|
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
|
# compiled graphics
|
||||||
|
*.1bpp
|
||||||
|
*.2bpp
|
||||||
|
*.pic
|
||||||
|
|
||||||
|
# compiled roms
|
||||||
|
*.gbc
|
||||||
|
*.gb
|
||||||
|
|
||||||
|
# rgbds extras
|
||||||
|
*.map
|
||||||
|
*.sym
|
||||||
|
|
||||||
|
# tool binaries
|
||||||
|
*.exe
|
||||||
|
|
||||||
# precompiled python
|
# precompiled python
|
||||||
*.pyc
|
*.pyc
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
# no binaries
|
|
||||||
*.exe
|
|
||||||
|
|
||||||
# roms
|
|
||||||
*.gbc
|
|
||||||
*.gb
|
|
||||||
|
|
||||||
# save game files
|
# save game files
|
||||||
*.sgm
|
*.sgm
|
||||||
*.sav
|
*.sav
|
||||||
|
@ -21,10 +29,6 @@
|
||||||
*.sa*
|
*.sa*
|
||||||
*.sg1
|
*.sg1
|
||||||
|
|
||||||
# rgbds extras
|
|
||||||
*.map
|
|
||||||
*.sym
|
|
||||||
|
|
||||||
# vim configuration
|
# vim configuration
|
||||||
# http://www.vim.org/scripts/script.php?script_id=441
|
# http://www.vim.org/scripts/script.php?script_id=441
|
||||||
.lvimrc
|
.lvimrc
|
||||||
|
@ -35,8 +39,3 @@
|
||||||
|
|
||||||
# macos files
|
# macos files
|
||||||
.DS_STORE
|
.DS_STORE
|
||||||
|
|
||||||
# compiled graphics
|
|
||||||
*.1bpp
|
|
||||||
*.2bpp
|
|
||||||
*.pic
|
|
||||||
|
|
Loading…
Reference in a new issue