-
Notifications
You must be signed in to change notification settings - Fork 126
/
.gitignore
53 lines (45 loc) · 892 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
*\#*
*~
.DS_Store
.cabal-sandbox
cabal.sandbox.config
dist
results.xml
dist-newstyle
.stack-work
.ghc.environment.*
cabal.project.freeze
cabal.project.local*
.vscode/
_darcs/
.boring
# artifacts of the setup script
dev_setup.log
env.sh
# don't check in generated documentation
#docs/CryptolPrims.pdf
#docs/ProgrammingCryptol.pdf
#docs/Syntax.pdf
#docs/Version2Changes.pdf
# don't check in distribution files
cryptol-2.*
# temporary notebook stuff until we split out the repo
/ICryptol/ICryptol-2.*
/ICryptol/profile.tar
/ICryptol/profile_cryptol/security/
/ICryptol/profile_cryptol/startup/
/bench*.xml
# ignore test suite output
/bin
/output
/tests/regression/*.out
# WiX-generated files
allfiles.wixobj
allfiles.wxs
cryptol.msi
cryptol.wixobj
cryptol.wixpdb
# happy-generated files
src/Cryptol/Parser.hs
# tempfile used for CVE checks:
cryptol-remote-api/python/tmp-requirements.txt