summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
blob: 7dee25444bc8fcbbd7fdb5c18887d144e2d41088 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
*.[oa]
*.ann
*.diff
saves
morgue
*.orig
*.rej
*.swp
core
core.*
*.map
err.txt
map.dump
mapgen.log
\#*
.#*
*~
TAGS
DEADJOE

arena.result

makefile.dep

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

# The Crawl executable.
source/crawl
source/crawl.exe

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

# Generated by ./dolinks.sh
WIZARD
NORMAL
dat

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