diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2011-06-29 17:15:03 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2011-06-29 17:15:50 +0100 |
commit | c15fef6b83bd594b6ae3b2e586fb07095f5fb995 (patch) | |
tree | 682c8e550ff05976b879ab08b9c92ddf3b33c94a /.gitignore | |
parent | aa40a7d3edba2635d43226f890f735083df7496d (diff) | |
download | haskell-c15fef6b83bd594b6ae3b2e586fb07095f5fb995.tar.gz |
New functionality required for the supercompiler plugin
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ac8c70e59d..2bfec1656b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # ----------------------------------------------------------------------------- # generic generated file patterns +Thumbs.db +.DS_Store + *~ #*# *.bak @@ -233,4 +236,4 @@ _darcs/ /utils/unlit/unlit -/extra-gcc-opts
\ No newline at end of file +/extra-gcc-opts |