More files to ignore.
This commit is contained in:
parent
b048f65dd8
commit
3b7b52027c
10 changed files with 24 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -68,4 +68,3 @@ dt*ba-sat.dbg
|
||||||
*.dstar
|
*.dstar
|
||||||
*.satlog
|
*.satlog
|
||||||
*.png
|
*.png
|
||||||
|
|
||||||
|
|
|
||||||
1
bench/spin13/.gitignore
vendored
1
bench/spin13/.gitignore
vendored
|
|
@ -5,4 +5,5 @@
|
||||||
*.tex
|
*.tex
|
||||||
*.pdf
|
*.pdf
|
||||||
*.mk
|
*.mk
|
||||||
|
*.stamp
|
||||||
auto/
|
auto/
|
||||||
|
|
|
||||||
2
doc/.gitignore
vendored
2
doc/.gitignore
vendored
|
|
@ -9,3 +9,5 @@ stamp
|
||||||
*.tmp
|
*.tmp
|
||||||
dot
|
dot
|
||||||
org-stamp
|
org-stamp
|
||||||
|
doxygen_sqlite3.db
|
||||||
|
/userdoc/syntax.css
|
||||||
|
|
|
||||||
3
doc/org/.gitignore
vendored
3
doc/org/.gitignore
vendored
|
|
@ -8,3 +8,6 @@ sum.py
|
||||||
init.el
|
init.el
|
||||||
fagfb
|
fagfb
|
||||||
gfagfb
|
gfagfb
|
||||||
|
bogus
|
||||||
|
bogus-grind
|
||||||
|
example.hoa
|
||||||
|
|
|
||||||
1
doc/tl/.gitignore
vendored
1
doc/tl/.gitignore
vendored
|
|
@ -6,6 +6,7 @@
|
||||||
tmp.t2d
|
tmp.t2d
|
||||||
*.ilg
|
*.ilg
|
||||||
*.ind
|
*.ind
|
||||||
|
*.fls
|
||||||
*.fdb_latexmk
|
*.fdb_latexmk
|
||||||
auto
|
auto
|
||||||
_region_.tex
|
_region_.tex
|
||||||
|
|
|
||||||
1
iface/ltsmin/.gitignore
vendored
1
iface/ltsmin/.gitignore
vendored
|
|
@ -5,3 +5,4 @@ defs
|
||||||
*.spins
|
*.spins
|
||||||
*.c
|
*.c
|
||||||
check
|
check
|
||||||
|
modelcheck
|
||||||
|
|
|
||||||
2
lib/.gitignore
vendored
2
lib/.gitignore
vendored
|
|
@ -19,3 +19,5 @@ unistd.h
|
||||||
warn-on-use.h
|
warn-on-use.h
|
||||||
wchar.h
|
wchar.h
|
||||||
wctype.h
|
wctype.h
|
||||||
|
*.sed
|
||||||
|
*.alias
|
||||||
|
|
|
||||||
10
src/bin/.gitignore
vendored
10
src/bin/.gitignore
vendored
|
|
@ -1,9 +1,13 @@
|
||||||
ltlfilt
|
autfilt
|
||||||
|
dstar2tgba
|
||||||
|
genltl
|
||||||
ltl2tgba
|
ltl2tgba
|
||||||
ltl2tgta
|
ltl2tgta
|
||||||
randltl
|
|
||||||
genltl
|
|
||||||
ltlcross
|
ltlcross
|
||||||
|
ltlfilt
|
||||||
|
ltlgrind
|
||||||
|
randaut
|
||||||
|
randltl
|
||||||
spot-x
|
spot-x
|
||||||
*.a
|
*.a
|
||||||
*.1
|
*.1
|
||||||
|
|
|
||||||
4
src/graphtest/.gitignore
vendored
4
src/graphtest/.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
||||||
graphtest
|
graph
|
||||||
|
ngraph
|
||||||
|
tgbagraph
|
||||||
defs
|
defs
|
||||||
|
|
|
||||||
4
src/tgbatest/.gitignore
vendored
4
src/tgbatest/.gitignore
vendored
|
|
@ -1,6 +1,9 @@
|
||||||
|
acc
|
||||||
bddprod
|
bddprod
|
||||||
|
bitvect
|
||||||
blue_counter
|
blue_counter
|
||||||
checkpsl
|
checkpsl
|
||||||
|
checkta
|
||||||
complement
|
complement
|
||||||
defs
|
defs
|
||||||
.deps
|
.deps
|
||||||
|
|
@ -28,6 +31,7 @@ output2
|
||||||
powerset
|
powerset
|
||||||
*.ps
|
*.ps
|
||||||
randtgba
|
randtgba
|
||||||
|
readsat
|
||||||
readsave
|
readsave
|
||||||
reduccmp
|
reduccmp
|
||||||
reductgba
|
reductgba
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue