diff options
author | Johannes Gerer <oss@johannesgerer.com> | 2016-10-26 02:07:02 +0200 |
---|---|---|
committer | Johannes Gerer <oss@johannesgerer.com> | 2016-10-26 02:07:02 +0200 |
commit | 675085c2e0b0b851378da08b7d73024766107c87 (patch) | |
tree | 5a927de4a9576aef7e6129b96e74aa5c96f9ffb6 /.gitignore | |
download | blazeT-675085c2e0b0b851378da08b7d73024766107c87.tar.gz blazeT-675085c2e0b0b851378da08b7d73024766107c87.tar.zst blazeT-675085c2e0b0b851378da08b7d73024766107c87.zip |
Initial
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 | ||