gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Fix ignoring Emacs backup/temp files
0 1 0
default
1 file changed with 1 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 12 line context
... ...
@@ -26,12 +26,13 @@
26 26
.libs/*
27 27
.deps/*
28 28
demo/*.eps
29 29

	
30 30
syntax: regexp
31 31
(.*/)?\#[^/]*\#$
32
(.*/)?\.\#[^/]*$
32 33
^doc/html/.*
33 34
^doc/.*\.tag
34 35
^autom4te.cache/.*
35 36
^build-aux/.*
36 37
^objs.*/.*
37 38
^test/[a-z_]*$
0 comments (0 inline)