From daf25233fe9b7713f0b5c3c6f1b42b3fac8abb1c Mon Sep 17 00:00:00 2001 From: Valentin Ionita Date: Mon, 19 Aug 2019 18:38:08 +0000 Subject: Add paint server dialog. Currently handles patterns and hatches. GSOC 2019. --- CMakeScripts/cmake_consistency_check_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeScripts') diff --git a/CMakeScripts/cmake_consistency_check_config.py b/CMakeScripts/cmake_consistency_check_config.py index 8d73f9116..d2b61918e 100644 --- a/CMakeScripts/cmake_consistency_check_config.py +++ b/CMakeScripts/cmake_consistency_check_config.py @@ -36,7 +36,7 @@ IGNORE = ( # header files "share/filters/filters.svg.h", "share/palettes/palettes.h", - "share/patterns/patterns.svg.h", + "share/paint/patterns.svg.h", "share/templates/templates.h", "share/symbols/symbols.h", "src/libcola/cycle_detector.h", @@ -44,7 +44,7 @@ IGNORE = ( "src/libnr/nr-point-fns-test.h", "src/libnr/nr-translate-test.h", "src/svg/test-stubs.h", - + # generated files, created by an in-source build "CMakeFiles/CompilerIdC/CMakeCCompilerId.c", "CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp", -- cgit v1.2.3