diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da61294 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,21 @@ | |||
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 | report.html | ||
21 | src/Benchmarks/RunHtmlBenchmarks | ||