diff options
-rw-r--r-- | .hgignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..bddd0545 --- /dev/null +++ b/.hgignore @@ -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 |