mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 02:21:43 +13:00
initial .hgignore for sanity
hg-commit-id: 2e89d9c18a4f
This commit is contained in:
parent
48284ccd22
commit
78aa8a08a4
1 changed files with 22 additions and 0 deletions
22
.hgignore
Normal file
22
.hgignore
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
syntax: glob
|
||||||
|
|
||||||
|
#precompiled python
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
#compiled object file
|
||||||
|
*.o
|
||||||
|
|
||||||
|
#roms
|
||||||
|
*.gbc
|
||||||
|
|
||||||
|
#generated
|
||||||
|
*.tx
|
||||||
|
|
||||||
|
#swap files for vim
|
||||||
|
.*.swp
|
||||||
|
|
||||||
|
#for any of the poor souls with save game files in their working directory
|
||||||
|
baserom.sgm
|
||||||
|
baserom.sav
|
||||||
|
pokered.sgm
|
||||||
|
pokered.sav
|
||||||
Loading…
Add table
Add a link
Reference in a new issue