diff options
author | Austin Seipp <austin@well-typed.com> | 2014-11-07 07:30:53 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-11-07 07:30:53 -0600 |
commit | b0e8e34ac1b4dcab2e4ec92d00440e047d260562 (patch) | |
tree | c0f38cde33a4dbb2430b9baaaa60283ee002640d | |
parent | dc5fa804c604fa73494d97f1f1b0fef649731481 (diff) | |
download | haskell-b0e8e34ac1b4dcab2e4ec92d00440e047d260562.tar.gz |
Update .gitignore to properly ignore emacs temp files
Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 19b55b20ee..5a58ed21e9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ Thumbs.db .DS_Store *~ +*# #*# *.bak *.BAK |