summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
blob: 5ee883acefa75a18809e076914d2eaff72d319ad (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
*.[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