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
|
||||
GSYMS
|
||||
GTAGS
|
||||
*.xz
|
||||
*.build
|
||||
*.deb
|
||||
*.changes
|
||||
*.dsc
|
||||
|
||||
|
|
|
|||
3
bench/dtgbasat/.gitignore
vendored
3
bench/dtgbasat/.gitignore
vendored
|
|
@ -1 +1,4 @@
|
|||
stats.mk
|
||||
nodups.ltl
|
||||
info.ltl
|
||||
|
||||
|
|
|
|||
1
debian/.gitignore
vendored
1
debian/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
*.ex
|
||||
changelog
|
||||
|
|
|
|||
2
doc/org/.gitignore
vendored
2
doc/org/.gitignore
vendored
|
|
@ -14,3 +14,5 @@ example.hoa
|
|||
sample.ltl
|
||||
*.ltl
|
||||
*.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
|
||||
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: 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
|
||||
|
|
|
|||
2
src/tests/.gitignore
vendored
2
src/tests/.gitignore
vendored
|
|
@ -28,7 +28,7 @@ intvcmp2
|
|||
kind
|
||||
length
|
||||
.libs
|
||||
ltl2tgba
|
||||
ikwiad
|
||||
ltl2dot
|
||||
ltl2text
|
||||
ltlmagic
|
||||
|
|
|
|||
1
wrap/python/.gitignore
vendored
1
wrap/python/.gitignore
vendored
|
|
@ -10,3 +10,4 @@ buddy.py*
|
|||
*_wrap.*
|
||||
*.pyc
|
||||
*/spotimg
|
||||
ajax/*.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue