diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2016-06-12 22:32:31 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2016-06-13 10:57:31 +0100 |
commit | e064f501d76c208ddab3c3be551ffe5167d7974f (patch) | |
tree | dfd3213300559073cfd2ac2198b6fbe55b901b8d /.gitignore | |
parent | 8104f7c674d7ef2db0c25312f48763202dcef57f (diff) | |
download | haskell-e064f501d76c208ddab3c3be551ffe5167d7974f.tar.gz |
Add to .gitignore
This adds
*.patch
*.stackdump (Windows)
foo* (simonpj uses foo* for junk files)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cd556d54d5..1ca350be59 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ Thumbs.db *.orig *.prof *.rej +*.patch +*.stackdump +foo* *.hi *.hi-boot |