forked from AeneasVerif/charon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (47 loc) · 827 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
#===================
# Generated by Cargo
#===================
# will have compiled files and executables
charon/target
charon/attributes/target
charon/macros/target
charon/tests/cargo/*/target
tests/target
tests/src/betree/target
#===================
# Generated by dune
#===================
charon-ml/_build
charon-ml/name_matcher_parser/_build
charon/_build
charon/src/_build
#===================
# Generated by Charon
#===================
tests/llbc
*.llbc
##################
# Generated by Nix
##################
result
# These are backup files generated by rustfmt
**/*.rs.bk
#======
# Other
#======
charon-ml/tests/serialized
/bin
#===================================
# Temporary files generated by emacs
#===================================
nohup.out
*~
#======
# Other
#======
.vscode
*.mir
*.txt
*#
*.smt2
.#*