jep-hack/.gitignore
thornAvery ebaeaa8ca7
Tossing balls lag back to Crystal levels (#73)
Co-authored-by: Thorn Avery <thorn@avery.garden>
2025-09-01 03:56:04 +01:00

68 lines
698 B
Plaintext

# BGB
bgb
# compiled objects
*.o
# compiled graphics
*.1bpp
*.2bpp
*.lz
*.gbcpal
!chris.gbcpal
*.dimensions
*.animated.tilemap
*.sgb.tilemap
gfx/pokemon/*/bitmask.asm
gfx/pokemon/*/frames.asm
!gfx/pokemon/unown/bitmask.asm
!gfx/pokemon/unown/frames.asm
# compiled roms
*.gbc
*.gb
*.patch
# rgbds extras
*.map
*.sym
# tool binaries
*.exe
# precompiled python
*.pyc
*$py.class
# compare.sh
baserom.txt
pokecrystal.txt
# used_space.py
used_space.png
# save game files
*.sgm
*.sav
*.rtc
*.sn*
*.sa*
*.sg1
# vim configuration
# http://www.vim.org/scripts/script.php?script_id=441
.lvimrc
# swap files for vim and gedit
.*.swp
*~
# macos files
.DS_STORE
# nix files
result
.envrc
.direnv/*