forked from SRI-CSL/PVS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
88 lines (82 loc) · 1.04 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/Makefile
/doc/api/Makefile
/doc/user-guide/Makefile
/doc/prover/Makefile
/doc/language/Makefile
/proveit
/provethem
/pvs-get-patches
/doc/language/pvs-doc.el
/pvs
/pvsio
/TAGS
pvs-patches/patch*
autom4te.cache
bin/*
lib/why/*
lib/registery.conf
pvs*.tgz
/yices
emacs/emacs23
emacs/emacs24
emacs/pvs-prelude-files-and-regions.el
src/pvs-info.lisp
src/pvs-lexer.lisp
src/pvs-methods.lisp
src/pvs-parser.lisp
src/pvs-sorts.lisp
src/nlyices/ix86_64-Linux/
src/nlyices/ix86-MacOSX/
src/utils/ix86_64-Linux/b64
src/utils/ix86-MacOSX/b64
src/cl-json/_darcs
orphaned-proofs.prf
pvsbin
PVSBIN
*.log
*.status
*~
*.*fasl
*.x8664s
*.ppcf
*.ppcs
*.o
*.a
*.so
*.dylib
*.elc
.pvscontext
*_adt.pvs
*.out
*.aux
*.dvi
*.cp
*.fn
*.vr
*.ky
*.pg
*.tp
*.nav
*.toc
*.pyc
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.idx
*.ind
*.synctex.gz
*.ilg
doc/release-notes/*.html
doc/release-notes/*.ps
doc/release-notes/*.pdf
doc/release-notes/*.info
orphaned-proofs.prf
pvsbin
*.err
.DS_Store
python/.DS_Store
python/src/.DS_Store
python/.settings/org.eclipse.core.resources.prefs
.project
.vagrant