autoconfiscated
This commit is contained in:
parent
be18a22bce
commit
d8a101f54e
7 changed files with 184 additions and 42 deletions
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# ltl2ba
|
||||
|
||||
autotools/
|
||||
ltl2ba
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
ltl2ba-*.tar.gz
|
||||
|
||||
# editor
|
||||
|
||||
\#*\#
|
||||
*~
|
||||
|
||||
# http://www.gnu.org/software/automake
|
||||
|
||||
TAGS
|
||||
.deps/
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
||||
# http://www.gnu.org/software/autoconf
|
||||
|
||||
/autom4te.cache
|
||||
/aclocal.m4
|
||||
/compile
|
||||
/configure
|
||||
/depcomp
|
||||
/install-sh
|
||||
/missing
|
||||
/stamp-h1
|
||||
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.lt
|
||||
config.status
|
||||
|
||||
# libtool
|
||||
/libtool
|
||||
.libs/
|
||||
Loading…
Add table
Add a link
Reference in a new issue