help git --status by ignoring more files
* .gitignore, bench/dtgbasat/.gitignore, debian/.gitignore, doc/org/.gitignore, src/tests/.gitignore, wrap/python/.gitignore: More files to ignore. * doc/org/ltlfilt.org: Erase some temporary files.
This commit is contained in:
parent
3b72826e6d
commit
6f99829a1d
7 changed files with 18 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -73,3 +73,9 @@ GPATH
|
||||||
GRTAGS
|
GRTAGS
|
||||||
GSYMS
|
GSYMS
|
||||||
GTAGS
|
GTAGS
|
||||||
|
*.xz
|
||||||
|
*.build
|
||||||
|
*.deb
|
||||||
|
*.changes
|
||||||
|
*.dsc
|
||||||
|
|
||||||
|
|
|
||||||
3
bench/dtgbasat/.gitignore
vendored
3
bench/dtgbasat/.gitignore
vendored
|
|
@ -1 +1,4 @@
|
||||||
stats.mk
|
stats.mk
|
||||||
|
nodups.ltl
|
||||||
|
info.ltl
|
||||||
|
|
||||||
|
|
|
||||||
1
debian/.gitignore
vendored
1
debian/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
*.ex
|
*.ex
|
||||||
|
changelog
|
||||||
|
|
|
||||||
2
doc/org/.gitignore
vendored
2
doc/org/.gitignore
vendored
|
|
@ -14,3 +14,5 @@ example.hoa
|
||||||
sample.ltl
|
sample.ltl
|
||||||
*.ltl
|
*.ltl
|
||||||
*.hoa
|
*.hoa
|
||||||
|
g++wrap
|
||||||
|
*.fls
|
||||||
|
|
|
||||||
|
|
@ -410,6 +410,10 @@ ltlfilt --lbt-input -F scheck.ltl --guarantee --format=%L
|
||||||
[[file:csv.org][More examples of how to use =--format= to create CSV files are on a
|
[[file:csv.org][More examples of how to use =--format= to create CSV files are on a
|
||||||
separate page]]
|
separate page]]
|
||||||
|
|
||||||
|
#+BEGIN_SRC sh :results verbatim :exports both
|
||||||
|
rm -f ltlex.def ltlex.never
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
# LocalWords: ltlfilt num toc LTL PSL syntaxes LBT's SRC GFp scheck
|
# LocalWords: ltlfilt num toc LTL PSL syntaxes LBT's SRC GFp scheck
|
||||||
# LocalWords: ltl EOF lbt Gp Fp Xp XFp XXp randltl ary nnf wm abc
|
# LocalWords: ltl EOF lbt Gp Fp Xp XFp XXp randltl ary nnf wm abc
|
||||||
# LocalWords: pnn Xb Fc XFb XXd sed boolean bsize nox Gb Fb Xa XGb
|
# LocalWords: pnn Xb Fc XFb XXd sed boolean bsize nox Gb Fb Xa XGb
|
||||||
|
|
|
||||||
2
src/tests/.gitignore
vendored
2
src/tests/.gitignore
vendored
|
|
@ -28,7 +28,7 @@ intvcmp2
|
||||||
kind
|
kind
|
||||||
length
|
length
|
||||||
.libs
|
.libs
|
||||||
ltl2tgba
|
ikwiad
|
||||||
ltl2dot
|
ltl2dot
|
||||||
ltl2text
|
ltl2text
|
||||||
ltlmagic
|
ltlmagic
|
||||||
|
|
|
||||||
1
wrap/python/.gitignore
vendored
1
wrap/python/.gitignore
vendored
|
|
@ -10,3 +10,4 @@ buddy.py*
|
||||||
*_wrap.*
|
*_wrap.*
|
||||||
*.pyc
|
*.pyc
|
||||||
*/spotimg
|
*/spotimg
|
||||||
|
ajax/*.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue