From 22bad43ae85b8ff662136d098f5836b78aaae213 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sat, 6 Jun 2015 16:53:07 -0700 Subject: cmake: Ignore test harness and old build system files in consistency checks (bzr r14197) --- CMakeScripts/cmake_consistency_check_config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeScripts') diff --git a/CMakeScripts/cmake_consistency_check_config.py b/CMakeScripts/cmake_consistency_check_config.py index 9b36cf297..8d73f9116 100644 --- a/CMakeScripts/cmake_consistency_check_config.py +++ b/CMakeScripts/cmake_consistency_check_config.py @@ -6,9 +6,12 @@ IGNORE = ( "/dom/work/", "/extension/dbus/", "/src/extension/dxf2svg/", + "/test/", # files "buildtool.cpp", + "src/inkscape-x64.rc", + "src/inkview-x64.rc", "packaging/macosx/ScriptExec/main.c", "share/ui/keybindings.rc", "src/2geom/conic_section_clipper_impl.cpp", -- cgit v1.2.3