diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-06-14 09:28:48 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-06-14 09:28:48 +0000 |
| commit | 299f5609f16ca3752b095a4c2de03a39ee6b39b0 (patch) | |
| tree | 20a4a901ab8fcf698163219a9b3c651eb7bebc82 /CMakeScripts | |
| parent | cmake: use cmakes freetype module (diff) | |
| download | inkscape-299f5609f16ca3752b095a4c2de03a39ee6b39b0.tar.gz inkscape-299f5609f16ca3752b095a4c2de03a39ee6b39b0.zip | |
cmake: update ignore list.
(bzr r10299)
Diffstat (limited to 'CMakeScripts')
| -rwxr-xr-x | CMakeScripts/cmake_consistency_check.py | 8 |
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 |
