Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
c081602a
Commit
c081602a
authored
4 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
cleanup PackSource
parent
fe9b0d16
No related branches found
No related tags found
1 merge request
!13
Prepare for release 1.19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/BornAgain/PackSource.cmake
+10
-33
10 additions, 33 deletions
cmake/BornAgain/PackSource.cmake
with
10 additions
and
33 deletions
cmake/BornAgain/PackSource.cmake
+
10
−
33
View file @
c081602a
...
...
@@ -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/
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment