mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
reorganize .gitignore
This commit is contained in:
parent
eb8a2b2cfb
commit
0f7a101dd9
30
.gitignore
vendored
30
.gitignore
vendored
@ -1,15 +1,12 @@
|
|||||||
# global label defs are generated
|
# generated
|
||||||
globals.asm
|
globals.asm
|
||||||
|
*.tx
|
||||||
|
*.o
|
||||||
|
|
||||||
# precompiled python
|
# precompiled python
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
# precompiled jython
|
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
# compiled object file
|
|
||||||
*.o
|
|
||||||
|
|
||||||
# no binaries
|
# no binaries
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
@ -17,24 +14,15 @@ globals.asm
|
|||||||
*.gbc
|
*.gbc
|
||||||
*.gb
|
*.gb
|
||||||
|
|
||||||
# rgbds extras
|
|
||||||
*.map
|
|
||||||
*.sym
|
|
||||||
|
|
||||||
# generated
|
|
||||||
*.tx
|
|
||||||
|
|
||||||
# swap files for vim
|
|
||||||
.*.swp
|
|
||||||
|
|
||||||
# swap files for gedit
|
|
||||||
*~
|
|
||||||
|
|
||||||
# for any of the poor souls with save game files in their working directory
|
# for any of the poor souls with save game files in their working directory
|
||||||
*.sgm
|
*.sgm
|
||||||
*.sav
|
*.sav
|
||||||
*.rtc
|
*.rtc
|
||||||
|
|
||||||
|
# rgbds extras
|
||||||
|
*.map
|
||||||
|
*.sym
|
||||||
|
|
||||||
# compare.sh
|
# compare.sh
|
||||||
baserom.txt
|
baserom.txt
|
||||||
pokecrystal.txt
|
pokecrystal.txt
|
||||||
@ -42,4 +30,8 @@ pokecrystal.txt
|
|||||||
# for vim configuration
|
# for vim configuration
|
||||||
# url: http://www.vim.org/scripts/script.php?script_id=441
|
# url: http://www.vim.org/scripts/script.php?script_id=441
|
||||||
.lvimrc
|
.lvimrc
|
||||||
|
# swap files for vim
|
||||||
|
.*.swp
|
||||||
|
# swap files for gedit
|
||||||
|
*~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user