Skip to content

Commit 2201276

Browse files
committed
Use Haskell.gitignore
1 parent 98dbae0 commit 2201276

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,28 @@ launch-*
7272
cabal.project.consensus
7373

7474
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

Comments
 (0)