Add .gitignore files

This commit is contained in:
Alexandre Duret-Lutz 2008-03-13 10:45:48 +01:00
parent c06c95c4f1
commit 5ef7084b61
50 changed files with 394 additions and 0 deletions

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
Makefile
Makefile.in
configure
config.log
config.status
aclocal.m4
autom4te.cache
libtool
*.tar.gz
*.patch
*.o
*~
#*#
.*
!.gitignore
*.bak
*.err
stdout

2
bench/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Makefile
Makefile.in

4
bench/emptchk/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
Makefile
Makefile.in
defs
pan*

1
bench/emptchk/models/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.tgba

7
bench/ltl2tgba/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
Makefile.in
Makefile
*.cfg
*.txt
*.log
defs
ltl2baw.pl

13
buddy/.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
Makefile.in
Makefile
aclocal.m4
configure
tools
config.log
config.status
libtool
*.tar.gz
autom4te.cache
config.h
config.h.in
stamp-h1

2
buddy/doc/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Makefile.in
Makefile

2
buddy/examples/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Makefile.in
Makefile

6
buddy/examples/adder/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
Makefile.in
Makefile
adder
.deps
.libs
adder

8
buddy/examples/bddcalc/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
Makefile.in
Makefile
lexer.cxx
parser.cxx
parser.h
.deps
.libs
bddcalc

4
buddy/examples/bddtest/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
Makefile
Makefile.in
.deps
bddtest

8
buddy/examples/calculator/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
Makefile.in
Makefile
lexer.cxx
parser.cxx
parser.h
.deps
.libs
bddcalc

6
buddy/examples/cmilner/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
Makefile.in
Makefile
.deps
.libs
milner
cmilner

6
buddy/examples/fdd/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
Makefile.in
Makefile
.deps
.libs
statespace
fdd

5
buddy/examples/internal/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
Makefile.in
Makefile
.deps
.libs
bddtest

5
buddy/examples/milner/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
Makefile.in
Makefile
.deps
.libs
milner

5
buddy/examples/money/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
Makefile.in
Makefile
.deps
.libs
money

5
buddy/examples/queen/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
Makefile.in
Makefile
.deps
.libs
queen

5
buddy/examples/solitare/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
Makefile.in
Makefile
.deps
.libs
solitare

8
buddy/src/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
*.lo
*.la
.libs
.deps
Makefile.in
Makefile
bddtest

7
buddy/tools/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
config.guess
config.sub
depcomp
install-sh
ltmain.sh
missing
mkinstalldirs

8
doc/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
Doxyfile
Makefile
Makefile.in
spot.html
spot.latex
spot.tag
*.pdf
stamp

2
iface/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Makefile.in
Makefile

8
iface/gspn/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
Makefile.in
Makefile
*.lo
*.o
*.la
.deps
.libs
defs

9
iface/gspn/examples/simple/.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
simple.cap
simple.cc
simple.mark
simple.minval
simple.outtype
simple.parse
simple.sc
simple.string
simple.val

22
lbtt/.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
Makefile
Makefile.in
configure
config.log
config.status
aclocal.m4
autom4te.cache
libtool
*.tar.gz
*.patch
depcomp
install-sh
missing
mkinstalldirs
py-compile
config.guess
config.sub
ltmain.sh
ylwrap
config.h.in
config.h
stamp-h1

4
lbtt/doc/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
Makefile.in
Makefile
*.info*
texinfo.tex

17
lbtt/src/.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
.deps
.libs
*.lo
*.la
Makefile
Makefile.in
lbtt
lbtt-translate
Config-lex.cc
Config-parse.cc
Config-parse.h
Graph.h
NeverClaim-lex.cc
NeverClaim-parse.cc
NeverClaim-parse.h
Ltl-parse.cc
Ltl-parse.h

5
src/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
.deps
Makefile
Makefile.in
.libs
libspot.la

6
src/evtgba/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.deps
.libs
*.lo
*.la
Makefile
Makefile.in

6
src/evtgbaalgos/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.deps
.libs
*.lo
*.la
Makefile
Makefile.in

13
src/evtgbaparse/.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
.deps
Makefile
Makefile.in
location.hh
evtgbaparse.cc
evtgbaparse.hh
evtgbaparse.output
evtgbascan.cc
position.hh
stack.hh
*.lo
*.la
.libs

15
src/evtgbatest/.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
.deps
Makefile
Makefile.in
defs
explicit
.libs
readsave
product
*.ps
*.dot
expected
input*
ltl2evtgba
stdout
*.err

6
src/ltlast/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.deps
Makefile
Makefile.in
*.lo
*.la
.libs

7
src/ltlenv/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
.deps
Makefile
Makefile.in
libltlenv.a
*.lo
*.la
.libs

14
src/ltlparse/.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
.deps
Makefile
Makefile.in
location.hh
ltlparse.cc
ltlparse.hh
ltlparse.output
ltlscan.cc
position.hh
readltl
stack.hh
*.lo
*.la
.libs

23
src/ltltest/.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
Makefile
Makefile.in
.deps
ltl2dot
ltl2text
stdout
parser.dot
expect
defs
equals
lunabbrev
tunabbrev
nenoform
tunenoform
.libs
tostring
reduc
reduccmp
syntimpl
randltl
*.dot
reductau
reductaustr

6
src/ltlvisit/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.deps
Makefile
Makefile.in
*.lo
*.la
.libs

6
src/misc/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
Makefile
Makefile.in
.deps
.libs
*.lo
*.la

2
src/sanity/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Makefile.in
Makefile

6
src/tgba/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.deps
.libs
*.lo
*.la
Makefile
Makefile.in

6
src/tgbaalgos/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.deps
.libs
*.lo
*.la
Makefile
Makefile.in

6
src/tgbaalgos/gtec/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.deps
.libs
*.lo
*.la
Makefile
Makefile.in

13
src/tgbaparse/.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
.deps
Makefile
Makefile.in
location.hh
tgbaparse.cc
tgbaparse.hh
tgbaparse.output
tgbascan.cc
position.hh
stack.hh
*.lo
*.la
.libs

27
src/tgbatest/.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
.deps
Makefile
Makefile.in
defs
explicit
.libs
tgbaread
readsave
ltl2tgba
ltlprod
bddprod
explprod
*.ps
*.dot
tripprod
mixprod
spotlbtt
ltlmagic
expldot
powerset
reduccmp
reductgba
randtgba
blue_counter
input
output1
output2

10
tools/.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
depcomp
install-sh
missing
mkinstalldirs
py-compile
config.guess
config.sub
ltmain.sh
compile
ylwrap

2
wrap/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Makefile
Makefile.in

11
wrap/python/.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
.deps
.libs
Makefile
Makefile.in
*.la
spot.py*
buddy.py*
*.lo
*.loT
*_wrap.*
*.pyc

4
wrap/python/cgi/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
Makefile.in
Makefile
ltl2tgba.py

3
wrap/python/tests/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
Makefile
Makefile.in
run