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