From b30611885dcfa4031cac85ef77f8f34d9856e869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Wed, 15 Jul 2009 19:59:01 +0000 Subject: [PATCH] - fixed #521335: exclude files which are named '##' (according to this bug ## is sometimes used as a backup file) --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index 2170aba0..2c4ef297 100755 --- a/osc/core.py +++ b/osc/core.py @@ -33,7 +33,7 @@ except ImportError: BUFSIZE = 1024*1024 store = '.osc' -exclude_stuff = [store, 'CVS', '*~', '.*', '_linkerror'] +exclude_stuff = [store, 'CVS', '*~', '#*#', '.*', '_linkerror'] new_project_templ = """\