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 32 line context
... ...
@@ -16,29 +16,30 @@
16 16
config.h
17 17
config.log
18 18
config.status
19 19
libtool
20 20
stamp-h1
21 21
lemon/lemon.pc
22 22
lemon/libemon.la
23 23
lemon/stamp-h2
24 24
doc/Doxyfile
25 25
.dirstamp
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_]*$
38 39
^demo/.*_demo$
39 40
^build/.*
40 41
^doc/gen-images/.*
41 42
CMakeFiles
42 43
DartTestfile.txt
43 44
cmake_install.cmake
44 45
CMakeCache.txt
0 comments (0 inline)