summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
blob: 8f227bbba97db6786399d58a411aa3b563321f30 (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# 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]

# Generated documentation
docs/aptitudes.txt

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

# 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

# Debian packaging
/build-console
/build-tiles
/build-stamp
/tree-stamp
/source/debian/*.debhelper.log
/source/debian/*.debhelper
/source/debian/*.substvars
/source/debian/crawl-common
/source/debian/crawl-tiles
/source/debian/crawl
/source/debian/files