Add .gitignore files
This commit is contained in:
parent
c06c95c4f1
commit
5ef7084b61
50 changed files with 394 additions and 0 deletions
5
src/.gitignore
vendored
Normal file
5
src/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
.libs
|
||||
libspot.la
|
||||
6
src/evtgba/.gitignore
vendored
Normal file
6
src/evtgba/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.deps
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
||||
Makefile
|
||||
Makefile.in
|
||||
6
src/evtgbaalgos/.gitignore
vendored
Normal file
6
src/evtgbaalgos/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.deps
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
||||
Makefile
|
||||
Makefile.in
|
||||
13
src/evtgbaparse/.gitignore
vendored
Normal file
13
src/evtgbaparse/.gitignore
vendored
Normal 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
15
src/evtgbatest/.gitignore
vendored
Normal 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
6
src/ltlast/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
7
src/ltlenv/.gitignore
vendored
Normal file
7
src/ltlenv/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
libltlenv.a
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
14
src/ltlparse/.gitignore
vendored
Normal file
14
src/ltlparse/.gitignore
vendored
Normal 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
23
src/ltltest/.gitignore
vendored
Normal 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
6
src/ltlvisit/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
6
src/misc/.gitignore
vendored
Normal file
6
src/misc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
||||
2
src/sanity/.gitignore
vendored
Normal file
2
src/sanity/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
6
src/tgba/.gitignore
vendored
Normal file
6
src/tgba/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.deps
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
||||
Makefile
|
||||
Makefile.in
|
||||
6
src/tgbaalgos/.gitignore
vendored
Normal file
6
src/tgbaalgos/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.deps
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
||||
Makefile
|
||||
Makefile.in
|
||||
6
src/tgbaalgos/gtec/.gitignore
vendored
Normal file
6
src/tgbaalgos/gtec/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.deps
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
||||
Makefile
|
||||
Makefile.in
|
||||
13
src/tgbaparse/.gitignore
vendored
Normal file
13
src/tgbaparse/.gitignore
vendored
Normal 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
27
src/tgbatest/.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue