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 ↑
Ignore white space 12 line context
1 1
syntax: glob
2 2
*.obj
3 3
*.orig
4 4
*.rej
5 5
*~
6 6
*.o
7
.#.*
8 7
*.log
9 8
*.lo
10 9
*.tar.*
11 10
Makefile.in
12 11
aclocal.m4
13 12
config.h.in
... ...
@@ -24,12 +23,13 @@
24 23
doc/Doxyfile
25 24
.dirstamp
26 25
.libs/*
27 26
.deps/*
28 27

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