-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
69 lines (58 loc) · 1.1 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
.depend
deepsec
deepsec_api
deepsec_worker
test_deepsec
index_old.html
log
*.js
*.cmi
*.cmt
*.cmti
*.cmx
*.o
*.bbl
*.blg
*.dvi
*.log
*.out
*.toc
*.pdf
*.gz
*.DS_Store
*.native
result_files
Source/interface/grammar_ui.ml
Source/interface/grammar_ui.mli
Source/interface/grammar_ui.output
Source/interface/lexer_ui.ml
Source/parser/grammar.ml
Source/parser/grammar.mli
Source/parser/grammar.output
Source/parser/lexer.ml
Source/testing/testing_grammar.ml
Source/testing/testing_grammar.mli
Source/testing/testing_grammar.output
Source/testing/testing_lexer.ml
Source/core_library/config.ml
# documentation/Core_library.tex
# documentation/Subterms.tex
# documentation/Testing.tex
# documentation/Distributed.tex
# documentation/main.aux
index.html
testing_data/tests_to_check/*
testing_data/testing.html
testing_data/validated_tests/*.html
testing_data/validated_tests/*.js
testing_data/faulty_tests/*
result
Examples/Benchmark/.*
Examples/Benchmark/bench_*
worker_deepsec
manager_deepsec
# other files
*_build
/Examples/session_equivalence/tests/scratch.dps
/documentation/files/*
!/documentation/files/.content