diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-12-29 12:01:48 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-12-29 12:01:48 +0000 |
| commit | b7b437fe121762a2f0c09f46a68d0c850c127806 (patch) | |
| tree | 382546b20c8877802c5a4b88b3eb4571982ecb84 /CMakeScripts | |
| parent | Add fix sugested in mailing list to allow diferent LPE on clones (diff) | |
| parent | Revert "Add improvements sugested by Eduard Brawn And Moini" (diff) | |
| download | inkscape-b7b437fe121762a2f0c09f46a68d0c850c127806.tar.gz inkscape-b7b437fe121762a2f0c09f46a68d0c850c127806.zip | |
Merge branch 'master' into CloneOriginalLPEFix
Diffstat (limited to 'CMakeScripts')
| -rwxr-xr-x | CMakeScripts/cmake_consistency_check.py | 2 |
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 |
