more files to ignore
This commit is contained in:
parent
5efb66cb25
commit
af639e58c7
9 changed files with 45 additions and 24 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -50,3 +50,7 @@ config.h.in
|
|||
src/src/misc/_config.h
|
||||
_configs.sed
|
||||
stamp-h1
|
||||
*.trs
|
||||
_*_
|
||||
spot-*/*
|
||||
config.cache
|
||||
|
|
|
|||
1
buddy/examples/bddcalc/.gitignore
vendored
1
buddy/examples/bddcalc/.gitignore
vendored
|
|
@ -2,6 +2,7 @@ Makefile.in
|
|||
Makefile
|
||||
lexer.cxx
|
||||
parser.cxx
|
||||
parser.c
|
||||
parser.h
|
||||
.deps
|
||||
.libs
|
||||
|
|
|
|||
3
lbtt/src/.gitignore
vendored
3
lbtt/src/.gitignore
vendored
|
|
@ -8,10 +8,13 @@ lbtt
|
|||
lbtt-translate
|
||||
Config-lex.cc
|
||||
Config-parse.cc
|
||||
Config-parse.c
|
||||
Config-parse.h
|
||||
Graph.h
|
||||
NeverClaim-lex.cc
|
||||
NeverClaim-parse.cc
|
||||
NeverClaim-parse.c
|
||||
NeverClaim-parse.h
|
||||
Ltl-parse.cc
|
||||
Ltl-parse.c
|
||||
Ltl-parse.h
|
||||
|
|
|
|||
4
src/bin/.gitignore
vendored
4
src/bin/.gitignore
vendored
|
|
@ -1,7 +1,9 @@
|
|||
ltlfilt
|
||||
ltl2tgba
|
||||
ltl2tgta
|
||||
randltl
|
||||
genltl
|
||||
ltlcross
|
||||
*.a
|
||||
*.1
|
||||
|
||||
lck-*
|
||||
|
|
|
|||
1
src/kripketest/.gitignore
vendored
1
src/kripketest/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
defs
|
||||
|
|
|
|||
4
src/ltltest/.gitignore
vendored
4
src/ltltest/.gitignore
vendored
|
|
@ -24,3 +24,7 @@ reductaustr
|
|||
genltl
|
||||
kind
|
||||
consterm
|
||||
apcollect
|
||||
length
|
||||
reduceu
|
||||
unabbrevwm
|
||||
|
|
|
|||
1
src/sabatest/.gitignore
vendored
1
src/sabatest/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
defs
|
||||
sabacomplementtgba
|
||||
|
|
|
|||
49
src/tgbatest/.gitignore
vendored
49
src/tgbatest/.gitignore
vendored
|
|
@ -1,30 +1,33 @@
|
|||
bddprod
|
||||
blue_counter
|
||||
complement
|
||||
defs
|
||||
.deps
|
||||
*.dot
|
||||
eltl2tgba
|
||||
expldot
|
||||
explicit
|
||||
explicit2
|
||||
explprod
|
||||
input
|
||||
intvcomp
|
||||
intvcmp2
|
||||
.libs
|
||||
ltl2tgba
|
||||
ltlmagic
|
||||
ltlprod
|
||||
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
|
||||
eltl2tgba
|
||||
intvcomp
|
||||
powerset
|
||||
*.ps
|
||||
randtgba
|
||||
readsave
|
||||
reduccmp
|
||||
reductgba
|
||||
spotlbtt
|
||||
taatgba
|
||||
tgbaread
|
||||
tripprod
|
||||
|
|
|
|||
2
tools/.gitignore
vendored
2
tools/.gitignore
vendored
|
|
@ -8,3 +8,5 @@ config.sub
|
|||
ltmain.sh
|
||||
compile
|
||||
ylwrap
|
||||
x-to-1
|
||||
test-driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue