From 9c3ca9a275121860df5566de4fcf30f7c5d5ca82 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 4 Jul 2008 19:51:32 +0000 Subject: Ignore ae editor temporary files git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4755 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Server/Plugin.py') 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 -- cgit v1.2.3-1-g7c22