[commit: ghc] master: Update .gitignore to properly ignore emacs temp files (b0e8e34)

git at git.haskell.org git at git.haskell.org
Fri Nov 7 13:32:45 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b0e8e34ac1b4dcab2e4ec92d00440e047d260562/ghc

>---------------------------------------------------------------

commit b0e8e34ac1b4dcab2e4ec92d00440e047d260562
Author: Austin Seipp <austin at well-typed.com>
Date:   Fri Nov 7 07:30:53 2014 -0600

    Update .gitignore to properly ignore emacs temp files
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

b0e8e34ac1b4dcab2e4ec92d00440e047d260562
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 19b55b2..5a58ed2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ Thumbs.db
 .DS_Store
 
 *~
+*#
 #*#
 *.bak
 *.BAK



More information about the ghc-commits mailing list