summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
blob: 112510f8e17befd479526d75c85074c77e3b608e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
*.[oa]
*.ann
*.diff
saves
morgue
*.orig
*.rej
*.swp
core
debug.map
err.txt
map.dump
mapgen.log
\#*
.#*
TAGS

arena.result

# Tile copied files
source/dat/tiles/dngn.png
source/dat/tiles/main.png
source/dat/tiles/player.png

# The Crawl executable.
source/crawl

# Level-compiler generated files.
source/util/*.cc
source/util/*.h

# Xcode cruft
source/build
*.pbxuser
*.perspectivev3