Ok I found that I may set
CPACK_SOURCE_IGNORE_FILES
I did had it to Wiki:
http://www.cmake.org/Wiki/CMake:Packaging_With_CPack#CPack_Settings

But now I would only like to ignore "more" file
not replacing the default ignore list.

Is there a way to to it?
Or should I file a bug/feature request?

2006/10/13, Eric Noulard <[EMAIL PROTECTED]>:
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



--
Erk
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to