From 8e6a2dbfa5d44a4b259527f35b55575e3fe759c8 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Fri, 29 Dec 2017 11:17:52 +0100 Subject: remove git remnants --- CMakeScripts/cmake_consistency_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeScripts') diff --git a/CMakeScripts/cmake_consistency_check.py b/CMakeScripts/cmake_consistency_check.py index 0b26f05d6..d79c480b9 100755 --- a/CMakeScripts/cmake_consistency_check.py +++ b/CMakeScripts/cmake_consistency_check.py @@ -62,7 +62,7 @@ def replace_line(f, i, text, keep_indent=True): def source_list(path, filename_check=None): for dirpath, dirnames, filenames in os.walk(path): - # skip '.bzr' + # skip '.git' if dirpath.startswith("."): continue -- cgit v1.2.3