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 98dbae0 commit 7bed57fCopy full SHA for 7bed57f
1 file changed
.gitignore
@@ -72,3 +72,28 @@ launch-*
72
cabal.project.consensus
73
74
ouroboros-consensus-cardano/test/tools-test/disk/chaindb/
75
+
76
+# https://github.com/github/gitignore/blob/main/Haskell.gitignore
77
+dist
78
+dist-*
79
+cabal-dev
80
+*.o
81
+*.hi
82
+*.hie
83
+*.chi
84
+*.chs.h
85
+*.dyn_o
86
+*.dyn_hi
87
+.hpc
88
+.hsenv
89
+.cabal-sandbox/
90
+cabal.sandbox.config
91
+*.prof
92
+*.aux
93
+*.hp
94
+*.eventlog
95
+.stack-work/
96
+cabal.project.local
97
+cabal.project.local~
98
+.HTF/
99
+.ghc.environment.*
0 commit comments