On Mon, Jun 29, 2009 at 08:18:35PM -0500, Knox, Kent wrote: > set( CPACK_SOURCE_IGNORE_FILES > "/Build/;/\\\\.hg/;/\\\\.svn/;/\\\\.ncb$/" )
Have you tried escaping the $ ? Have you tried just leaving the $ out, or do you really need to exclude foo.ncb while including bar.ncbsomethingelse? tyler _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
