diff options
author | Austin Seipp <austin@well-typed.com> | 2014-01-13 06:33:50 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-14 03:46:06 -0600 |
commit | 01b85a8419fffe93707cc83968c40351b969cd34 (patch) | |
tree | 70f4f87a63752bfcec0fb0cc1b51c43e4090d7da /.gitignore | |
parent | 91fd78468f77f3b512efbc9a3463d0cff558e7fa (diff) | |
download | haskell-01b85a8419fffe93707cc83968c40351b969cd34.tar.gz |
Update .gitignore
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 71c297a4e2..57774d1ac2 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,9 @@ Thumbs.db *.a *.o.cmd *.depend* +*.dyn_o +*.dyn_hi + log tags |