summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-20 19:56:52 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-20 19:56:52 +0400
commit3325e02fa3a75878ad6f5519d88396e2cbaa3887 (patch)
tree3116b96937911d233bbc67b939ca922cf1eadf84
parent68bebe08459a87b9b915fd0f8bce1b506c8c2918 (diff)
~ Ignore profiling files.
-rw-r--r--.gitignore5
-rw-r--r--bittorrent.cabal8
2 files changed, 10 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 316009b8..7a0c156b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
1dist 1dist
2cabal-dev 2cabal-dev
3*.aux
4*.eventlog
5*.hp
6*.pdf
7*.ps
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 486975aa..e7b2e33d 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -114,8 +114,10 @@ executable exsample
114 , bittorrent 114 , bittorrent
115 , mtl 115 , mtl
116 116
117 ghc-options: -O2 -rtsopts -eventlog -threaded 117 ghc-options: -O2 -rtsopts -threaded
118 ghc-prof-options: -prof -auto-all -caf-all 118-- -threaded -rtsopts
119-- -eventlog
120-- ghc-prof-options: -prof -auto-all -caf-all
119 121
120 if !flag(testing) 122 if !flag(testing)
121 buildable: False 123 buildable: False
@@ -184,4 +186,4 @@ benchmark benchmarks
184 ghc-options: -O2 -Wall -fno-warn-orphans 186 ghc-options: -O2 -Wall -fno-warn-orphans
185 187
186 if !flag(testing) 188 if !flag(testing)
187 buildable: False \ No newline at end of file 189 buildable: False