Skip to content

Commit 3afc006

Browse files
committed
Initial commit
0 parents  commit 3afc006

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
dist
2+
dist-newstyle
3+
cabal-dev
4+
*.o
5+
*.hi
6+
*.chi
7+
*.chs.h
8+
*.dyn_o
9+
*.dyn_hi
10+
.hpc
11+
.hsenv
12+
.cabal-sandbox/
13+
cabal.sandbox.config
14+
*.prof
15+
*.aux
16+
*.hp
17+
18+
/*.submodules
19+
/.stack-work/
20+
/.stack-work-*/
21+
/result
22+
/deps
23+
/data
24+
/corpus
25+
/*.json
26+
/*.json.ib
27+
/*.json.bp
28+
/snapshot.yaml
29+
/stack-ci.yaml

0 commit comments

Comments
 (0)