Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 6261a58

Browse files
committed
Add gitignore
1 parent 72ffda4 commit 6261a58

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
dist
2+
dist-*
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+
*.eventlog
18+
.stack-work/
19+
cabal.project.local
20+
*.dump-hi
21+
log/
22+
site_key.txt

0 commit comments

Comments
 (0)