[CMake] CPack: how to ignore some file in source tree?

Eric Noulard eric.noulard at gmail.com
Thu Oct 12 18:41:32 EDT 2006


Hi all,

I am using CPack for packaging source tree
and I wonder if it is possible to indicate
to CPack file pattern or file list to be ignored?

Using CMake+CPack on linux with Makefile generator
and a

make package_source will build a nice
TGZ tarball but I need to exclude some files
like:

svn-commit*
or
*~
or even
cscope*

Is it possible to do that?

-- 
Erk


More information about the CMake mailing list