Last change
on this file since 2071 was
2001,
checked in by sam, 11 years ago
|
tutorial: add a new texture generation example.
|
File size:
1.3 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 | build/autotools/m4/libtool.m4 |
---|
22 | build/autotools/m4/ltoptions.m4 |
---|
23 | build/autotools/m4/ltsugar.m4 |
---|
24 | build/autotools/m4/ltversion.m4 |
---|
25 | build/autotools/m4/lt~obsolete.m4 |
---|
26 | autom4te.cache |
---|
27 | config.h.in |
---|
28 | config.h |
---|
29 | config.log |
---|
30 | config.status |
---|
31 | configure |
---|
32 | libtool |
---|
33 | stamp-* |
---|
34 | *-stamp |
---|
35 | lolengine-*.tar.* |
---|
36 | # Personal stuff |
---|
37 | patch-*.diff |
---|
38 | # Debugging cruft |
---|
39 | core |
---|
40 | core.* |
---|
41 | vgcore.* |
---|
42 | callgrind.out.* |
---|
43 | perf.data* |
---|
44 | *.gcda |
---|
45 | *.gcno |
---|
46 | # Editor cruft |
---|
47 | .*.swp |
---|
48 | *~ |
---|
49 | # Visual Studio cruft |
---|
50 | *.vcxproj.user |
---|
51 | binaries/*Debug |
---|
52 | binaries/*Release |
---|
53 | build/vs2010/ipch |
---|
54 | build/vs2010/*.opensdf |
---|
55 | build/vs2010/*.sdf |
---|
56 | build/vs2010/*.suo |
---|
57 | build/vs2010/*.log |
---|
58 | build/vs2010/*.XGD |
---|
59 | # Do not exclude anything in external. There is no way to do this recursively |
---|
60 | # but the nesting below is currently one level more than our current max. |
---|
61 | !external/* |
---|
62 | !external/*/* |
---|
63 | !external/*/*/* |
---|
64 | !external/*/*/*/* |
---|
65 | !external/*/*/*/*/* |
---|
66 | !external/*/*/*/*/*/* |
---|
67 | !external/*/*/*/*/*/*/* |
---|
68 | # Our binaries |
---|
69 | test/benchsuite |
---|
70 | test/btphystest |
---|
71 | test/testsuite |
---|
72 | test/sandbox/sample |
---|
73 | test/math/pi |
---|
74 | test/math/poly |
---|
75 | test/math/remez |
---|
76 | test/xolotl/xolotl |
---|
77 | tools/make-font |
---|
78 | tutorial/01_triangle |
---|
79 | tutorial/02_cube |
---|
80 | tutorial/03_noise |
---|
81 | tutorial/04_texture |
---|
82 | tutorial/05_easymesh |
---|
83 | tutorial/08_fbo |
---|
84 | tutorial/11_fractal |
---|
85 | # Our data |
---|
Note: See
TracBrowser
for help on using the repository browser.