aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 377a9e5dda11c23cd75baa2074bffa1951cfd100 (plain)
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
*~
.cm
src/.cm

bin/*

src/urweb.cm
src/urweb.mlb

*.lex.*
*.grm.*
*.o
.deps
.libs
*.lo
*.la
*.mlton.grm
*.mlton.lex

src/config.sml

*.exe

*.cache
*.log
*.status

demo/out/*.html
demo/demo.*

demo/more/out/*.html
demo/more/demo.*

doc/*.html
doc/*.out

*.sql
*mlmon.out

*.aux
*.dvi
*.pdf
*.ps
*.toc

.depend
Makefile.coq
*.vo
*.v.d
*.glob

xml/parse
xml/entities.sml

Makefile.in
src/c/Makefile.in
ar-lib
*.m4
m4/libtool.m4
m4/lt*.m4
config.*
configure
depcomp
compile
install-sh
ltmain.sh
missing

tests/*.db

syntax: regexp

Makefile
src/c/Makefile
libtool
include/urweb/config.h
include/urweb/config.h.in
include/urweb/stamp-h1

# python files
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]