summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-12-29 10:17:52 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-12-29 10:17:52 +0000
commit8e6a2dbfa5d44a4b259527f35b55575e3fe759c8 (patch)
treed7f648d92ff4087e70828337be860b5c755076b2 /CMakeScripts
parentMerge branch 'attrvaluesize' of gitlab.com:darktrojan/inkscape (diff)
downloadinkscape-8e6a2dbfa5d44a4b259527f35b55575e3fe759c8.tar.gz
inkscape-8e6a2dbfa5d44a4b259527f35b55575e3fe759c8.zip
remove git remnants
Diffstat (limited to 'CMakeScripts')
-rwxr-xr-xCMakeScripts/cmake_consistency_check.py2
1 files changed, 1 insertions, 1 deletions
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