Last change
on this file since 1112 was
1112,
checked in by gary, 11 years ago
|
build: minor reorganisation of the sandbox code.
|
File size:
971 bytes
|
Line | |
---|
1 | # Autotools cruft |
---|
2 | *.o |
---|
3 | *.lo |
---|
4 | *.a |
---|
5 | *.la |
---|
6 | *.exe |
---|
7 | *.elf |
---|
8 | *.self |
---|
9 | *.nexe |
---|
10 | *.userprefs |
---|
11 | *.usertasks |
---|
12 | *.pidb |
---|
13 | .auto |
---|
14 | .libs |
---|
15 | .deps |
---|
16 | Makefile |
---|
17 | Makefile.in |
---|
18 | aclocal.m4 |
---|
19 | autom4te.cache |
---|
20 | config.h.in |
---|
21 | config.h |
---|
22 | config.log |
---|
23 | config.status |
---|
24 | configure |
---|
25 | libtool |
---|
26 | stamp-* |
---|
27 | *-stamp |
---|
28 | lolengine-*.tar.* |
---|
29 | # Personal stuff |
---|
30 | patch-*.diff |
---|
31 | # Debugging cruft |
---|
32 | core |
---|
33 | core.* |
---|
34 | vgcore.* |
---|
35 | # Editor cruft |
---|
36 | .*.swp |
---|
37 | *~ |
---|
38 | # Visual Studio cruft |
---|
39 | win32/Debug |
---|
40 | win32/Release |
---|
41 | win32/*.vcxproj.user |
---|
42 | win32/*.sdf |
---|
43 | win32/*.suo |
---|
44 | # Android cruft |
---|
45 | monsterz/android/assets |
---|
46 | # Do not exclude anything in contrib; this is currently one level |
---|
47 | # more than our current max |
---|
48 | !contrib/* |
---|
49 | !contrib/*/* |
---|
50 | !contrib/*/*/* |
---|
51 | !contrib/*/*/*/* |
---|
52 | !contrib/*/*/*/*/* |
---|
53 | !contrib/*/*/*/*/*/* |
---|
54 | !contrib/*/*/*/*/*/*/* |
---|
55 | # Our binaries |
---|
56 | deushax/deushax |
---|
57 | deushax/editor |
---|
58 | monsterz/monsterz |
---|
59 | test/testsuite |
---|
60 | test/tutorial/tut01 |
---|
61 | test/tutorial/tut02 |
---|
62 | test/tutorial/tut03 |
---|
63 | test/benchsuite |
---|
64 | test/quad |
---|
65 | test/sandbox/sample |
---|
66 | test/math/pi |
---|
67 | test/math/poly |
---|
68 | test/math/remez |
---|
69 | test/xolotl/xolotl |
---|
70 | tools/make-font |
---|
71 | # Our data |
---|
Note: See
TracBrowser
for help on using the repository browser.