summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
blob: f2cfb3d42841d0ad1d6c397f8160703e2c8f28f8 (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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
# -*- conf-unix -*- vim:ft=conf
# The above comment makes Emacs and vim treat this file as a configuration file

*.[oa]
*.ann
*.DS_Store
core
core.*
err.txt
TAGS
tags
cscope.*
*.massif
callgrind.out.*
*.dSYM
tmp/

# Autogenerated headers
/source/art-data.h
/source/art-enum.h
/source/cmd-name.h
/source/mon-mst.h
/source/mi-enum.h
/source/dat/dlua/tags.lua
/source/config.h

# Autogenerated tile lists
/source/rltiles/dc-unrand.txt

# Noise grid dump file
noise-grid.html

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

# From mac-crawl-build
last-mac-build.version
mac-app-zips

# 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
/docs/FAQ.html
/docs/crawl_manual.txt

# Doxygen documentation
/source/html/

# Luadoc stuff
/source/luadoc/

# Crawl generated junk
arena.result
saves
morgue
*.map
map.dump
mapgen.log
*.out
*.stat
objstat_*.txt
fsim.txt
fsim.csv
webtiles.log
debuglog.txt
dolls.txt
macro.txt

# Tile copied files
/source/dat/tiles/dngn.png
/source/dat/tiles/floor.png
/source/dat/tiles/wall.png
/source/dat/tiles/feat.png
/source/dat/tiles/main.png
/source/dat/tiles/player.png
/source/dat/tiles/gui.png
/source/dat/tiles/icons.png
/source/webserver/game_data/static/dngn.png
/source/webserver/game_data/static/floor.png
/source/webserver/game_data/static/wall.png
/source/webserver/game_data/static/feat.png
/source/webserver/game_data/static/main.png
/source/webserver/game_data/static/player.png
/source/webserver/game_data/static/gui.png
/source/webserver/game_data/static/icons.png
/source/webserver/game_data/static/tileinfo-*.js
/source/webserver/static/stone_soup_icon-32x32.png
/source/webserver/static/title_*.png

# Makefile-generated junk
makefile.dep
/source/*.d
/source/*.ilk
/source/rltiles/*.d
/source/.cflags
/source/rltiles/.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

# Temporaries during configuration.
/source/conftest.cc
/source/conftest.o

# Test suite.
/source/util/fake_pty

# 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

# Windows packaging
/source/crawl-win

# Windows thumbnail files
Thumbs.db

# Python (webtiles) junk
*.pyc

# Webtiles stuff
passwd.db3
*.ttyrec
/source/rcs

# junk when compiled with DGAMELAUNCH
/source/cache*

# generated .ini files for translations (transifex)
source/dat/database/*.ini
source/dat/descript/*/*.ini
source/dat/database/*/*.ini
source/dat/descript/*.ini

# transifex client and config
source/util/tx.exe
source/util/tx
source/.tx/config

# eclipse project files
.cproject
.project
.settings
.settings/
.metadata/

# generated files for android
bin/
AndroidData/
icon.png
libapplication.so
source/crawl_tiles_android-*