pokered/.hgignore
Bryan Bishop 912a85b800 add .lvimrc to .hgignore
hg-commit-id: aeb6e09f3ff4
2012-01-18 21:57:19 -06:00

26 lines
339 B
Text

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
#for vim configuration
#url: http://www.vim.org/scripts/script.php?script_id=441
.lvimrc