finalize revision 0.032
[SwashRL.git] / .gitignore
blob4dc30fdd8975d3feb6c73d7c479b69cc23475a42
1 # git ignore file for Spelunk!
3 # Ignore all vim/emacs backup files
4 *~
5 .*.swp
6 .*.swo
7 .*.swn
8 .*.swm
9 .*.swl
10 *#*
12 # Also ignore *my* backup files
13 *.bak
15 # Always ignore the binary directories
16 bin*/
17 save/
19 # The notes directory is not for the public eye; always ignore this!
20 notes/
22 # Files included only for my own use and not meant for the repository
23 compwin.bat
24 test/
26 dub.selections.json
27 .dub
29 # Unix executables:
30 swashrl
31 gdb
33 # Windows executables:
34 swashrl.exe
35 gdb.exe