Last change
on this file since 1479 was
1479,
checked in by sam, 10 years ago
|
build: simplify the .lolfx file compilation.
|
File size:
993 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 | .dirstamp |
---|
17 | Makefile |
---|
18 | Makefile.in |
---|
19 | aclocal.m4 |
---|
20 | autom4te.cache |
---|
21 | config.h.in |
---|
22 | config.h |
---|
23 | config.log |
---|
24 | config.status |
---|
25 | configure |
---|
26 | libtool |
---|
27 | stamp-* |
---|
28 | *-stamp |
---|
29 | lolengine-*.tar.* |
---|
30 | # Personal stuff |
---|
31 | patch-*.diff |
---|
32 | # Debugging cruft |
---|
33 | core |
---|
34 | core.* |
---|
35 | vgcore.* |
---|
36 | callgrind.out.* |
---|
37 | perf.data* |
---|
38 | *.gcda |
---|
39 | *.gcno |
---|
40 | # Editor cruft |
---|
41 | .*.swp |
---|
42 | *~ |
---|
43 | # Visual Studio cruft |
---|
44 | *.vcxproj.user |
---|
45 | win32/ipch |
---|
46 | win32/*Debug |
---|
47 | win32/*Release |
---|
48 | win32/*.opensdf |
---|
49 | win32/*.sdf |
---|
50 | win32/*.suo |
---|
51 | win32/*.log |
---|
52 | win32/*.XGD |
---|
53 | # Do not exclude anything in contrib; this is currently one level |
---|
54 | # more than our current max |
---|
55 | !contrib/* |
---|
56 | !contrib/*/* |
---|
57 | !contrib/*/*/* |
---|
58 | !contrib/*/*/*/* |
---|
59 | !contrib/*/*/*/*/* |
---|
60 | !contrib/*/*/*/*/*/* |
---|
61 | !contrib/*/*/*/*/*/*/* |
---|
62 | # Our binaries |
---|
63 | test/testsuite |
---|
64 | test/tutorial/01_triangle |
---|
65 | test/tutorial/02_cube |
---|
66 | test/tutorial/03_fractal |
---|
67 | test/benchsuite |
---|
68 | test/quad |
---|
69 | test/sandbox/sample |
---|
70 | test/math/pi |
---|
71 | test/math/poly |
---|
72 | test/math/remez |
---|
73 | test/xolotl/xolotl |
---|
74 | tools/make-font |
---|
75 | # Our data |
---|
Note: See
TracBrowser
for help on using the repository browser.