* Add a .gitignore files for git-svn users.
This commit is contained in:
parent
f59a2adfdc
commit
75535016f3
1 changed files with 22 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
*.exe
|
||||||
|
.auto
|
||||||
|
.libs
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache
|
||||||
|
config.h.in
|
||||||
|
config.h
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
configure
|
||||||
|
libtool
|
||||||
|
stamp-*
|
||||||
|
*-stamp
|
||||||
|
doc/toilet.1
|
||||||
|
src/toilet
|
||||||
|
tools/caca2tlf
|
Loading…
Reference in a new issue