gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Fix ignoring Emacs backup files
0 1 0
default
1 file changed with 1 insertions and 1 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -4,7 +4,6 @@
4 4
*.rej
5 5
*~
6 6
*.o
7
.#.*
8 7
*.log
9 8
*.lo
10 9
*.tar.*
... ...
@@ -27,6 +26,7 @@
27 26
.deps/*
28 27

	
29 28
syntax: regexp
29
(.*/)?\#[^/]*\#$
30 30
^doc/html/.*
31 31
^autom4te.cache/.*
32 32
^build-aux/.*
0 comments (0 inline)