diff options
author | Chris Allen <cma@bitemyapp.com> | 2014-11-03 00:44:05 -0600 |
---|---|---|
committer | Chris Allen <cma@bitemyapp.com> | 2014-11-03 00:44:05 -0600 |
commit | 620583277bb33b8a0815b4bd61fd39a7e15f2718 (patch) | |
tree | bdb64740006e751deb8237b10d74a014ed2edd39 | |
parent | 408c616ae0ad8f4b8101d8e876b9b67ac6b14059 (diff) | |
download | gitignore-620583277bb33b8a0815b4bd61fd39a7e15f2718.tar.gz gitignore-620583277bb33b8a0815b4bd61fd39a7e15f2718.zip |
Added Haskell GHC profiling related files
-rw-r--r-- | Haskell.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Haskell.gitignore b/Haskell.gitignore index df44ad54..ad59af14 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -10,3 +10,6 @@ cabal-dev .cabal-sandbox/ cabal.sandbox.config cabal.config +*.prof +*.aux +*.hp |