Fix ignoring Emacs backup files
authorAlpar Juttner <alpar@cs.elte.hu>
Sat, 29 Mar 2008 15:49:50 +0000
changeset 111e47fb28cda5e
parent 110 f2d66d810c88
child 115 7b44eea654d0
child 119 82a2639a05bb
Fix ignoring Emacs backup files
.hgignore
     1.1 --- a/.hgignore	Thu Mar 27 10:56:11 2008 +0100
     1.2 +++ b/.hgignore	Sat Mar 29 15:49:50 2008 +0000
     1.3 @@ -4,7 +4,6 @@
     1.4  *.rej
     1.5  *~
     1.6  *.o
     1.7 -.#.*
     1.8  *.log
     1.9  *.lo
    1.10  *.tar.*
    1.11 @@ -27,6 +26,7 @@
    1.12  .deps/*
    1.13  
    1.14  syntax: regexp
    1.15 +(.*/)?\#[^/]*\#$
    1.16  ^doc/html/.*
    1.17  ^autom4te.cache/.*
    1.18  ^build-aux/.*