forked from RobArthan/pp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
147 lines (147 loc) · 2.29 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# git ignores for ProofPower.
# It is convenient to ignore the build and release directories.
/bld
/rel
# Directories created by the C compiler on Mac OS X.
*.dSYM/
# Suffixes of files generated during the build process. N.b., all .tex files
# are generated.
*.aux
*.bbl
*.blg
*.dvi
*.err
*.grm.run
*.grm.txt
*.hrf
*.idx
*.inc
*.ldd
*.ldd0
*.ldd1
*.ldd2
*.lof
*.log
*.lot
*.o
*.pdf
*.polydb
*.ps
*.sid
*.sml
*.tch
*.tex
*.th
*.th.doc
*.thl.doc
*.thy.doc
*.theories
*.tmp
*.toc
*.ttd
*.ttd0
# Files whose names begin with numbers are all generated:
**/[0-9]*
*/*/[0-9]*
# Archives of various kinds
*.tar
*.tgz
*.zip
# Finally some more specific files:
**/USR.sty
**/arch-os
**/findfile
**/findfile.c
**/hol1.sty
**/imp096.c
**/imp096.sieveview
**/mtreport
**/sieve
**/sievekeyword
*/*/USR.sty
*/*/arch-os
*/*/findfile
*/*/findfile.c
*/*/hol1.sty
*/*/imp096.c
*/*/imp096.sieveview
*/*/mtreport
*/*/sieve
*/*/sievekeyword
src/daz/XppDazTemplates
src/daz/usr504a.doc
src/daz/int51I.*
src/daz/mdt530a.rep.*
src/daz/*.ada
src/daz/*.adb
src/daz/*.ads
src/daz/*.bat
src/daz/*.cmp
src/daz/*.diff
src/daz/*.ex
src/daz/*.scr
src/daz/*.sh
src/daz/*.txt
src/daz/*.wrn
src/daz/*.zdoc
src/daz/*.zed
src/daz/*.zip
src/dev/*.c
src/dev/*.ada
src/dev/*.brax
src/dev/*.grm.tst
src/dev/*.java
src/dev/*.p
src/dev/*.tok
src/dev/dtd017a.doc
src/dev/dtd017b.doc
src/dev/dtd018a.doc
src/dev/dtd118a.doc
src/dev/mlton-build.mlb
src/dev/run-mdt017.mlb
src/dev/run-mdt118.mlb
src/dev/slrp
src/dev/slrp-bin*
src/dev/slrp-header.sml.template
src/dev/slrp.template
src/dev/usr032a.eps
src/dev/wrk077.[0-9].*
src/hol/hol
src/hol/hol_common
src/hol/install_holdemo
src/hol/mdt111.sh
src/hol/pp
src/hol/pp-ml
src/hol/pp_list
src/hol/pp_make_database
src/hol/usr004.tutorial
src/hol/usr013.exercises
src/hol/usr013.tutorial
src/hol/wrk051.mkf
src/hol/wrk051_hol.doc
src/hol/wrk051_hol.flag
src/pptex/conv_ascii
src/pptex/conv_extended
src/pptex/docdvi
src/pptex/docpr
src/pptex/docsml
src/pptex/doctch
src/pptex/doctds
src/pptex/doctex
src/pptex/pptex_common
src/pptex/pptexenv
src/pptex/sieveview
src/pptex/texdvi
src/xpp/help.c
src/xpp/help.h
src/xpp/xpp
src/zed/install_zeddemo
src/zed/zed
src/zed/usr011.tutorial
src/zed/usr011.zexercises
src/zed/wrk051.mkf
src/zed/wrk051_zed.doc
src/zed/wrk051_zed.flag
src/zed/zed_course_solutions.doc
src/zed/zed_course_work.doc
# That's it.