summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugin.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-07-04 19:51:32 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-07-04 19:51:32 +0000
commit9c3ca9a275121860df5566de4fcf30f7c5d5ca82 (patch)
tree60179026952ccd68eb930a31d4dbbe169c1e1ff0 /src/lib/Server/Plugin.py
parent88166b8675a55eb365dac9413985ee8c9dd03cbb (diff)
downloadbcfg2-9c3ca9a275121860df5566de4fcf30f7c5d5ca82.tar.gz
bcfg2-9c3ca9a275121860df5566de4fcf30f7c5d5ca82.tar.bz2
bcfg2-9c3ca9a275121860df5566de4fcf30f7c5d5ca82.zip
Ignore ae editor temporary files
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4755 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugin.py')
-rw-r--r--src/lib/Server/Plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugin.py b/src/lib/Server/Plugin.py
index 61e7021c6..bb5bd360d 100644
--- a/src/lib/Server/Plugin.py
+++ b/src/lib/Server/Plugin.py
@@ -458,7 +458,7 @@ class SpecificData(object):
class EntrySet:
'''Entry sets deal with the host- and group-specific entries'''
- ignore = re.compile("^(.*~|\\..*\\.(tmp|sw[px]))$")
+ ignore = re.compile("^(\.#.*|.*~|\\..*\\.(tmp|sw[px]))$")
def __init__(self, basename, path, props, entry_type, encoding):
self.path = path
self.entry_type = entry_type