forked from runtimeverification/iele-semantics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (25 loc) · 729 Bytes
/
.gitignore
File metadata and controls
33 lines (25 loc) · 729 Bytes
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
# Build products, except for UIUC K definitions. We want the
# repository to be runnable even if the use doesn't have
# pandoc-tangle installed.
# See the 'exclude everything except directory foo/bar'
# example in the gitignore man page to understand how this works.
/.build/*
!/.build/uiuck/
/.build/uiuck/*
!/.build/uiuck/*.k
!/.build/rvk/
/.build/rvk/*
!/.build/secp256k1
/tests/proofs
# This holds the tests that are split into one test per file from
# the ethereum tests
/tests/VMTests
/tests/BlockchainTests
# Directory for storing temporary files like logs, snippets and TODO lists.
/tmp
# TODO: The RVK make recipie should be putting these in .build
/KRYPTO.cmi
/KRYPTO.cmx
/KRYPTO.o
/semantics.a
/semantics.cmxa