-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path.gitignore
55 lines (45 loc) · 882 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
55
# generated files
src/Conjure/RepositoryVersion.hs
src/Conjure/Language/Expression/Internal/Generated.hs
src/Conjure/Language/Expression/Op/Internal/Generated.hs
# build artefacts
stack.yaml
cabal.config
dist
dist-newstyle
cabal.sandbox.config
.cabal-sandbox
.stack-work
stack.yaml.lock
dist-*/
# test outputs
tests/exhaustive/**/outputs
tests/parse_print/**/stdout
tests/parse_print/**/stderr
tests/parse_print/**/typecheck
tests/parse_print/**/model.json
tests/custom/**/stdout
tests/custom/**/stderr
tests/allsolvers/stdout
#parallel tests outputs
test_results/
tests/**/*.gz
conjure-testing
test_commands
test_joblog
# docs
docs/_build
docs/BNFLexer.pyc
docs/EssenceLexer.pyc
docs/__pycache__
docs/myenv
# to be used during development
conjure-output
# explicitly ignored
gitignored
# editor temporary files
.*.swp
# .MINION files
.MINION*
# code coverage files
*.tix