From 0c5d30e131ad5262b19170d25f328ca1154e3407 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Sun, 14 Jun 2009 20:49:59 +0000 Subject: Cfg: Fix hardwired filename ignores (Fixes Ticket #619) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5280 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 b127a8e34..4484a655b 100644 --- a/src/lib/Server/Plugin.py +++ b/src/lib/Server/Plugin.py @@ -519,7 +519,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("^(\.#.*|.*~|\\..*\\.(sw[px]))$") def __init__(self, basename, path, entry_type, encoding): self.path = path self.entry_type = entry_type -- cgit v1.2.3-1-g7c22