forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (59 loc) · 864 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
## Ignore LaTeX build products
**/*.aux
**/*.lof
**/*.log
**/*.lot
**/*.fls
**/*.out
**/*.toc
**/*.fmt
**/*.fot
**/*.cb
**/*.cb2
**/*.lb
**/*.pdf
**/*.fdb_latexmk
**/auto
**/*.synctex.gz
## Bibliography auxiliary files (bibtex/biblatex/biber):
**/*.bbl
**/*.bcf
**/*.blg
**/*-blx.aux
**/*-blx.bib
**/*.run.xml
## Cabal & Stack
.stack-work*/
.stack-work-local/
*/dist
*~
dist-newstyle/
cabal.project.local
stack.yaml.lock
.ghc.environment.*
ghcid.txt
## Editors
TAGS
tags
*.temp
.dir-locals.el
## Emacs auto-generated Emacs-lisp code
auto/
## Nix artifacts
specs/**/result*
result*
specs/**/.ghc.environment.x86_64-linux-*
.stack-to-nix.cache
*.pdf
.envrc
.direnv
## macOS
.DS_Store
## python for generating the doc site's transitive dependencies
.venv
## ignore profiling output
**/*.eventlog
**/*.eventlog.json
**/*.prof
## Misc
.pre-commit-config.yaml