summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
blob: 5b5f67eecea4ff46e4a4539451bab868abf692c9 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# vim:ft=conf
# The above comment makes vim treat this file as a configuration file

*.[oa]
*.ann
*.DS_Store
core
core.*
err.txt
TAGS
tags

# Patch related junk
*.diff
*.orig
*.rej

# Text editor generated junk (backup files and such)
DEADJOE
\#*
.#*
*~
# Vim can generate extra swap files for the same file
*.sw[nop]

# Crawl generated junk
arena.result
saves
morgue
*.map
map.dump
mapgen.log

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

# Makefile-generated junk
makefile.dep
/source/*.d
/source/rltiles/*.d
/source/.cflags
/source/.contrib-ok
/source/.contrib-libs
/source/compflag.h

# The Crawl executable.
/source/crawl

# Precompiled header
/source/AppHdr.h.gch

# Build number header
/source/build.h

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

# Generated by ./dolinks.sh
/WIZARD/
/NORMAL/
/dat

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

# Visual C++ cruft
*.suo
*.ncb
*.vcproj.*.user

# Visual C++ outputs
/source/*.exe
/source/*.[pi]db
/source/*.dll

# Packaging
/source/util/release_ver