From 299f5609f16ca3752b095a4c2de03a39ee6b39b0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 14 Jun 2011 09:28:48 +0000 Subject: cmake: update ignore list. (bzr r10299) --- CMakeScripts/cmake_consistency_check.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CMakeScripts') diff --git a/CMakeScripts/cmake_consistency_check.py b/CMakeScripts/cmake_consistency_check.py index 10418caf0..f308a2f8b 100755 --- a/CMakeScripts/cmake_consistency_check.py +++ b/CMakeScripts/cmake_consistency_check.py @@ -74,6 +74,14 @@ IGNORE = ( "src/inkscape/src/libnr/nr-types-test.h", "src/inkscape/src/sp-skeleton.h", "src/inkscape/src/svg/test-stubs.h", + + # generated files, created by an in-source build + "CMakeFiles/CompilerIdC/CMakeCCompilerId.c", + "CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp", + "src/helper/sp-marshal.cpp", + "src/helper/sp-marshal.h", + "src/inkscape-version.cpp", + "config.h", ) import os -- cgit v1.2.3