This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Added .gitignore files in addition to svn:ignore properties.
tags/v0.99.beta14
Sam Hocevar
sam
17 years ago
parent
c31150d3e0
commit
85f2b01bf7
6 changed files
with
60 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+22
-0
.gitignore
+1
-0
cxx/.gitignore
+4
-0
doc/.gitignore
+7
-0
src/.gitignore
+23
-0
test/.gitignore
+3
-0
tools/.gitignore
+ 22
- 0
.gitignore
View File
@@ -0,0 +1,22 @@
*.o
*.lo
*.la
*.exe
*.pc
.libs
.deps
Makefile
Makefile.in
aclocal.m4
autom4te.cache
autotools
config.h.in
config.h
config.log
config.status
configure
libtool
stamp-*
*-stamp
INSTALL
caca-config
+ 1
- 0
cxx/.gitignore
View File
@@ -0,0 +1 @@
cxxtest
+ 4
- 0
doc/.gitignore
View File
@@ -0,0 +1,4 @@
doxygen.cfg
man
html
latex
+ 7
- 0
src/.gitignore
View File
@@ -0,0 +1,7 @@
cacaview
cacadraw
cacademo
cacafire
cacaplay
cacaserver
img2irc
+ 23
- 0
test/.gitignore
View File
@@ -0,0 +1,23 @@
blit
colors
cucul
demo
demo0
dithering
event
export
font
font2tga
frames
fullwidth
gamma
hsv
import
input
spritedit
swallow
term
text
transform
truecolor
unicode
+ 3
- 0
tools/.gitignore
View File
@@ -0,0 +1,3 @@
optipal
makefont
sortchars
Write
Preview
Loading…
Cancel
Save