Last change
on this file since 1935 was
1847,
checked in by sam, 10 years ago
|
debug: get rid of quad.cpp, it's become useless.
|
File size:
1.1 KB
|
Line | |
---|
1 | # Autotools cruft |
---|
2 | *.o |
---|
3 | *.lo |
---|
4 | *.a |
---|
5 | *.la |
---|
6 | *.exe |
---|
7 | *.so |
---|
8 | *.elf |
---|
9 | *.self |
---|
10 | *.nexe |
---|
11 | *.userprefs |
---|
12 | *.usertasks |
---|
13 | *.pidb |
---|
14 | .auto |
---|
15 | .libs |
---|
16 | .deps |
---|
17 | .dirstamp |
---|
18 | Makefile |
---|
19 | Makefile.in |
---|
20 | aclocal.m4 |
---|
21 | autom4te.cache |
---|
22 | config.h.in |
---|
23 | config.h |
---|
24 | config.log |
---|
25 | config.status |
---|
26 | configure |
---|
27 | libtool |
---|
28 | stamp-* |
---|
29 | *-stamp |
---|
30 | lolengine-*.tar.* |
---|
31 | # Personal stuff |
---|
32 | patch-*.diff |
---|
33 | # Debugging cruft |
---|
34 | core |
---|
35 | core.* |
---|
36 | vgcore.* |
---|
37 | callgrind.out.* |
---|
38 | perf.data* |
---|
39 | *.gcda |
---|
40 | *.gcno |
---|
41 | # Editor cruft |
---|
42 | .*.swp |
---|
43 | *~ |
---|
44 | # Visual Studio cruft |
---|
45 | *.vcxproj.user |
---|
46 | binaries/*Debug |
---|
47 | binaries/*Release |
---|
48 | build/vs2010/ipch |
---|
49 | build/vs2010/*.opensdf |
---|
50 | build/vs2010/*.sdf |
---|
51 | build/vs2010/*.suo |
---|
52 | build/vs2010/*.log |
---|
53 | build/vs2010/*.XGD |
---|
54 | # Do not exclude anything in contrib. There is no way to do this recursively |
---|
55 | # but the nesting below is currently one level more than our current max. |
---|
56 | !contrib/* |
---|
57 | !contrib/*/* |
---|
58 | !contrib/*/*/* |
---|
59 | !contrib/*/*/*/* |
---|
60 | !contrib/*/*/*/*/* |
---|
61 | !contrib/*/*/*/*/*/* |
---|
62 | !contrib/*/*/*/*/*/*/* |
---|
63 | # Our binaries |
---|
64 | test/benchsuite |
---|
65 | test/btphystest |
---|
66 | test/testsuite |
---|
67 | test/sandbox/sample |
---|
68 | test/math/pi |
---|
69 | test/math/poly |
---|
70 | test/math/remez |
---|
71 | test/xolotl/xolotl |
---|
72 | tools/make-font |
---|
73 | tutorial/01_triangle |
---|
74 | tutorial/02_cube |
---|
75 | tutorial/03_noise |
---|
76 | tutorial/05_easymesh |
---|
77 | tutorial/08_fbo |
---|
78 | tutorial/11_fractal |
---|
79 | # Our data |
---|
Note: See
TracBrowser
for help on using the repository browser.