-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
56 lines (49 loc) · 974 Bytes
/
.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
obj
es5conform
src/es5.b.byte
src/s5.d.byte
bin/js
*.swp
tests/*.swp
tests/unit-tests/*.swp
src/*.swp
tests/test262/test262/
tests/test262/results*
tests/ses/es-lab-read-only/
tests/sym/harness/*/*.es5.result
tests/init.heap
build/
*~
*#
src/_build/
*.tgz
*.tar.gz
*.pyc
lib/graph.a
lib/graph.cma
lib/graph.cmi
lib/graph.cmo
lib/graph.cmx
lib/graph.cmxa
lib/graph.o
*.cmi
*.annot
*.o
*.cmx
*.cmo
*.a
src/ocamlgraph-1.8.1/META
src/ocamlgraph-1.8.1/Makefile
src/ocamlgraph-1.8.1/config.log
src/ocamlgraph-1.8.1/config.status
src/ocamlgraph-1.8.1/graph.cma
src/ocamlgraph-1.8.1/graph.cmxa
src/ocamlgraph-1.8.1/src/dot_lexer.ml
src/ocamlgraph-1.8.1/src/dot_parser.ml
src/ocamlgraph-1.8.1/src/dot_parser.mli
src/ocamlgraph-1.8.1/src/dot_parser.output
src/ocamlgraph-1.8.1/src/gml.ml
src/ocamlgraph-1.8.1/src/version.ml
src/ocamlgraph-1.8.1/.depend
src/ocamlgraph-1.8.1/configure
src/ocamlgraph-1.8.1/autom4te.cache/