source:
trunk/.gitignore
@
2093
Last change on this file since 2093 was 2087, checked in by , 8 years ago | |
---|---|
File size: 1.3 KB |
Rev | Line | |
---|---|---|
[92] | 1 | # Autotools cruft |
[18] | 2 | *.o |
[92] | 3 | *.lo |
4 | *.a | |
5 | *.la | |
6 | *.exe | |
[1841] | 7 | *.so |
[893] | 8 | *.elf |
9 | *.self | |
[1082] | 10 | *.nexe |
[92] | 11 | *.userprefs |
12 | *.usertasks | |
13 | *.pidb | |
14 | .auto | |
15 | .libs | |
16 | .deps | |
[1392] | 17 | .dirstamp |
[92] | 18 | Makefile |
19 | Makefile.in | |
20 | aclocal.m4 | |
[1982] | 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 | |
[92] | 26 | autom4te.cache |
27 | config.h.in | |
28 | config.h | |
29 | config.log | |
30 | config.status | |
31 | configure | |
32 | libtool | |
33 | stamp-* | |
34 | *-stamp | |
[221] | 35 | lolengine-*.tar.* |
[812] | 36 | # Personal stuff |
37 | patch-*.diff | |
[161] | 38 | # Debugging cruft |
39 | core | |
[2087] | 40 | !core/ |
[161] | 41 | core.* |
[812] | 42 | vgcore.* |
[1242] | 43 | callgrind.out.* |
44 | perf.data* | |
[1316] | 45 | *.gcda |
46 | *.gcno | |
[161] | 47 | # Editor cruft |
48 | .*.swp | |
49 | *~ | |
[291] | 50 | # Visual Studio cruft |
[1451] | 51 | *.vcxproj.user |
[1520] | 52 | binaries/*Debug |
53 | binaries/*Release | |
[1518] | 54 | build/vs2010/ipch |
55 | build/vs2010/*.opensdf | |
56 | build/vs2010/*.sdf | |
57 | build/vs2010/*.suo | |
58 | build/vs2010/*.log | |
59 | build/vs2010/*.XGD | |
[1995] | 60 | # Do not exclude anything in external. There is no way to do this recursively |
[1520] | 61 | # but the nesting below is currently one level more than our current max. |
[1995] | 62 | !external/* |
63 | !external/*/* | |
64 | !external/*/*/* | |
65 | !external/*/*/*/* | |
66 | !external/*/*/*/*/* | |
67 | !external/*/*/*/*/*/* | |
68 | !external/*/*/*/*/*/*/* | |
[92] | 69 | # Our binaries |
[942] | 70 | test/benchsuite |
[1571] | 71 | test/btphystest |
72 | test/testsuite | |
[1112] | 73 | test/sandbox/sample |
[984] | 74 | test/math/pi |
[1011] | 75 | test/math/poly |
[985] | 76 | test/math/remez |
[1043] | 77 | test/xolotl/xolotl |
[85] | 78 | tools/make-font |
[1518] | 79 | tutorial/01_triangle |
80 | tutorial/02_cube | |
[1824] | 81 | tutorial/03_noise |
[2001] | 82 | tutorial/04_texture |
[1598] | 83 | tutorial/05_easymesh |
[1574] | 84 | tutorial/08_fbo |
[1518] | 85 | tutorial/11_fractal |
[92] | 86 | # Our data |
Note: See TracBrowser
for help on using the repository browser.