Code cleanup
[crawl.git] / crawl-ref / .gitignore
blobbd8118f84f880aaea8c7a17665ab1494792ba420
1 # vim:ft=conf
2 # The above comment makes vim treat this file as a configuration file
4 *.[oa]
5 *.ann
6 *.DS_Store
7 core
8 core.*
9 err.txt
10 TAGS
11 tags
12 *.massif
13 *.dSYM
14 tmp/
16 # Autogenerated headers
17 art-data.h
18 art-enum.h
20 # Autogenerated tile lists
21 dc-unrand.txt
23 # Noise grid dump file
24 noise-grid.html
26 # Patch related junk
27 *.diff
28 *.orig
29 *.rej
31 # From mac-crawl-build
32 last-mac-build.version
33 mac-app-zips
35 # Text editor generated junk (backup files and such)
36 DEADJOE
37 \#*
38 .#*
40 # Vim can generate extra swap files for the same file
41 *.sw[nop]
43 # Generated documentation
44 /docs/aptitudes.txt
45 /docs/FAQ.html
47 # Crawl generated junk
48 arena.result
49 saves
50 morgue
51 *.map
52 map.dump
53 mapgen.log
54 *.out
55 *.stat
57 # Tile copied files
58 /source/dat/tiles/dngn.png
59 /source/dat/tiles/floor.png
60 /source/dat/tiles/wall.png
61 /source/dat/tiles/feat.png
62 /source/dat/tiles/main.png
63 /source/dat/tiles/player.png
64 /source/dat/tiles/gui.png
65 /source/dat/tiles/icons.png
67 # Makefile-generated junk
68 makefile.dep
69 /source/*.d
70 /source/*.ilk
71 /source/rltiles/*.d
72 /source/.cflags
73 /source/.contrib-ok
74 /source/.contrib-libs
75 /source/compflag.h
77 # The Crawl executable.
78 /source/crawl
80 # Precompiled header
81 /source/AppHdr.h.gch
83 # Build number header
84 /source/build.h
86 # Level-compiler generated files.
87 /source/util/*.cc
88 /source/util/*.d
89 /source/util/*.h
91 # Generated by ./dolinks.sh
92 /WIZARD/
93 /NORMAL/
94 /dat
96 # Xcode cruft
97 /source/build
98 *.pbxuser
99 *.perspectivev3
100 *.mode1v3
102 # Visual C++ cruft
103 *.suo
104 *.ncb
105 *.vcproj.*.user
107 # Visual C++ outputs
108 /source/*.exe
109 /source/*.[pi]db
110 /source/*.dll
112 # Packaging
113 /source/util/release_ver
115 # Debian packaging
116 /build-console
117 /build-tiles
118 /build-stamp
119 /tree-stamp
120 /source/debian/*.debhelper.log
121 /source/debian/*.debhelper
122 /source/debian/*.substvars
123 /source/debian/crawl-common
124 /source/debian/crawl-tiles
125 /source/debian/crawl
126 /source/debian/files
128 # Windows packaging
129 /source/crawl-win
131 # Windows thumbnail files
132 Thumbs.db