-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
69 lines (64 loc) · 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
# Object files, in general
*.o
*.a
*.cmi
*.cmo
*.cmx
*.cma
*.cmxa
*.cmxs
.*.aux
*.cmti
*.cmt
*.merlin
# Emacs saves
*~
# Executables and configuration
CONFIGURE
*.vo
*.vok
*.vos
*.glob
*.v.d
.depend
.loadpath
.loadpath-export
version.v
coqide
*.cache
*.crashcoqide
*~
*#
.#*
*.aux
doc/html/
_CoqProject
.loadpath-export
_CoqProject-export
*.exe
*.DS_Store
# IDE files
*nbproject
*.idea/
*CMakeLists.txt
*cmake-build-debug/
concurrency/.coqdeps.d
concurrency/Makefile
*.vos
*.vok
*.log
concurrency/Verification of Concurrent Binary Search Tree.log
concurrency/Verification of Concurrent Binary Search Tree.pdf
concurrency/Verification of Concurrent Binary Search Tree.synctex.gz
concurrency/Makefile.conf
*.gz
concurrency/CoqMakefile.conf
concurrency/.Makefile.d
concurrency/.vscode/settings.json
concurrency/CONCUR 2023/paper.pdf
concurrency/ASL 2022/Verification of Concurrent Binary Search Tree.pdf
concurrency/CONCUR 2023/paper.vtc
concurrency/template paper/paper.zip
concurrency/template paper/paper.out
*.blg
*.bbl