summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-14 09:28:48 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-06-14 09:28:48 +0000
commit299f5609f16ca3752b095a4c2de03a39ee6b39b0 (patch)
tree20a4a901ab8fcf698163219a9b3c651eb7bebc82
parentcmake: use cmakes freetype module (diff)
downloadinkscape-299f5609f16ca3752b095a4c2de03a39ee6b39b0.tar.gz
inkscape-299f5609f16ca3752b095a4c2de03a39ee6b39b0.zip
cmake: update ignore list.
(bzr r10299)
-rwxr-xr-xCMakeScripts/cmake_consistency_check.py8
1 files changed, 8 insertions, 0 deletions
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