]> icculus.org git repositories - btb/d2x.git/blob - .gitignore
keep movies out of the hog namespace
[btb/d2x.git] / .gitignore
1 Makefile
2 Makefile.in
3 aclocal.m4
4 autom4te.cache
5 compile
6 conf.h
7 conf.h.in
8 config.guess
9 config.log
10 config.status
11 config.sub
12 configure
13
14 d2x-ggi
15 d2x-gl
16 d2x-sdl
17 d2x-svga
18 hogcreate
19 hogextract
20 mveplayer
21 mvlcreate
22 mvlextract
23 tex2txb
24 txb2tex
25 depcomp
26 install-sh
27 missing
28 mkinstalldirs
29 stamp-h.in
30 stamp-h1
31 .DS_Store
32 *.o
33 *.exe
34 .deps
35 debian/changelog
36 rpm/d2x.spec
37 .dirstamp
38 xcuserdata/
39
40 # Visual Studio
41 *.user
42 *.suo
43 *.ncb
44 Debug/
45 VisualC/Backup*/
46 VisualC/*.htm
47 .vs