We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8492a73 commit 4a55040Copy full SHA for 4a55040
.gitignore
@@ -1,16 +1,34 @@
1
-dist-newstyle/
+# Haskell
2
+.ghc.environment.*
3
.stack-work/
4
+cabal.project.local
5
+dist-newstyle/
6
dist
-*.swp
7
+
8
+*.prof
9
+*.aux
10
+*.hp
11
+*.eventlog
12
13
log-dir
-result*
14
launch_*
-cabal.project.local
15
gen/
-/.vscode
-.DS_Store
-
16
cardano-chain-gen/test/testfiles/temp/
17
/secp256k1/
18
-.ghc.environment.*
19
+# Vim
20
+*.swp
21
22
+# Emacs
23
+.dir-locals.el
24
25
+# Nix
26
+.direnv
27
+.envrc
28
+result*
29
30
+# VS Code
31
+/.vscode
32
33
+# MacOS
34
+.DS_Store
0 commit comments