Last change
on this file since 4220 was
4220,
checked in by Sam Hocevar, 13 years ago
|
Clean up .gitignore and documentation build rules.
|
File size:
1.2 KB
|
Line | |
---|
1 | # Autotools cruft |
---|
2 | *.o |
---|
3 | *.lo |
---|
4 | *.la |
---|
5 | *.exe |
---|
6 | *.pc |
---|
7 | *.userprefs |
---|
8 | *.usertasks |
---|
9 | *.pidb |
---|
10 | .auto |
---|
11 | .libs |
---|
12 | .deps |
---|
13 | Makefile |
---|
14 | Makefile.in |
---|
15 | aclocal.m4 |
---|
16 | autom4te.cache |
---|
17 | config.h.in |
---|
18 | config.h |
---|
19 | config.log |
---|
20 | config.status |
---|
21 | configure |
---|
22 | libtool |
---|
23 | stamp-* |
---|
24 | *-stamp |
---|
25 | INSTALL |
---|
26 | caca-config |
---|
27 | # libcaca binaries |
---|
28 | caca/caca_types.h |
---|
29 | # caca-sharp binaries |
---|
30 | caca-sharp/*.dll |
---|
31 | caca-sharp/*.config |
---|
32 | caca-sharp/*.mdb |
---|
33 | # libcaca++ binaries |
---|
34 | cxx/cxxtest |
---|
35 | # Doxygen cruft |
---|
36 | doc/doxygen.cfg |
---|
37 | doc/doxygen.log |
---|
38 | doc/man |
---|
39 | doc/html |
---|
40 | doc/latex |
---|
41 | # example binaries |
---|
42 | examples/blit |
---|
43 | examples/canvas |
---|
44 | examples/colors |
---|
45 | examples/conio |
---|
46 | examples/conio-snake |
---|
47 | examples/demo |
---|
48 | examples/demo0 |
---|
49 | examples/dithering |
---|
50 | examples/driver |
---|
51 | examples/event |
---|
52 | examples/export |
---|
53 | examples/figfont |
---|
54 | examples/font |
---|
55 | examples/font2tga |
---|
56 | examples/frames |
---|
57 | examples/fullwidth |
---|
58 | examples/gamma |
---|
59 | examples/hsv |
---|
60 | examples/import |
---|
61 | examples/input |
---|
62 | examples/mouse |
---|
63 | examples/spritedit |
---|
64 | examples/swallow |
---|
65 | examples/term |
---|
66 | examples/text |
---|
67 | examples/transform |
---|
68 | examples/trifiller |
---|
69 | examples/truecolor |
---|
70 | examples/unicode |
---|
71 | # Ruby binaries |
---|
72 | ruby/*/mkmf.log |
---|
73 | ruby/*/*.so |
---|
74 | # Demo binaries |
---|
75 | src/cacaview |
---|
76 | src/cacadraw |
---|
77 | src/cacademo |
---|
78 | src/cacafire |
---|
79 | src/cacaplay |
---|
80 | src/cacaserver |
---|
81 | src/img2txt |
---|
82 | # Testsuite binaries |
---|
83 | test/bench |
---|
84 | test/caca-test |
---|
85 | test/simple |
---|
86 | # Tools binaries |
---|
87 | tools/optipal |
---|
88 | tools/makefont |
---|
89 | tools/sortchars |
---|
90 | |
---|
Note: See
TracBrowser
for help on using the repository browser.