Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 018aebe

Browse files
committed
Updated gitignore
1 parent dc9176c commit 018aebe

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

.gitignore

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
dist/
2-
.cabal-sandbox
1+
dist
2+
dist-*
3+
cabal-dev
4+
*.o
5+
*.hi
6+
*.hie
7+
*.chi
8+
*.chs.h
9+
*.dyn_o
10+
*.dyn_hi
11+
.hpc
12+
.hsenv
13+
.cabal-sandbox/
314
cabal.sandbox.config
4-
.stack*
15+
*.prof
16+
*.aux
17+
*.hp
18+
*.eventlog
19+
.stack-work/
20+
cabal.project.local
21+
cabal.project.local~
22+
.HTF/
23+
.ghc.environment.*

0 commit comments

Comments
 (0)