Skip to content
Snippets Groups Projects
Commit c081602a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

cleanup PackSource

parent fe9b0d16
No related branches found
No related tags found
1 merge request!13Prepare for release 1.19
......@@ -4,41 +4,18 @@
set(CPACK_ARCHIVE_FILE_NAME ${CMAKE_PROJECT_NAME}-${CMAKE_PROJECT_VERSION}.tgz)
#set(CPACK_GENERATOR "TGZ")
set(CPACK_SOURCE_GENERATOR "TGZ")
# Specify which files not to include into the source package generated by make package_source
set(CPACK_SOURCE_IGNORE_FILES
${CPACK_SOURCE_IGNORE_FILES} # first take the default parameters
/Doc/FFCatalog/
/Doc/PhysicsManual/
/devtools/edit-scripts/
/devtools/packaging/
/devtools/tmp-examples/
/devtools/tmp-unsorted/
/XCode_BornAgain.xcodeproj/
# ${CPACK_SOURCE_IGNORE_FILES} # is there a default ?
~$
/\\\\.git/
/\\\\\\\\.git/ # more screeneng symbols is neccesary because of double file processing by cmake and cpack
\\\\\\\\.swp$
\\\\.swp$
/.metadata/
/.settings/
\\\\.cproject
\\\\.project
/\\\\.idea/
\\\\.lssrc
\\\\.gitignore
\\\\.DS_Store
\\\\.obj
CMakeLists.txt.user
/bin/release.sh.in # user will not need it
/devtools/git-utils/cl_lines_of_code.py
/devtools/git-utils/qqq.png # remove this line when unneeded
.pro$
.pro.user$
.pri$
.git/
build/
debug/
/CMakeLists.txt.user
/devtools/deploy
/devtools/release
/devtools/sandboxes
/.git/
/.gitignore
/.gitlab-ci.yml
/build/
/debug/
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment