Skip to content

Commit

Permalink
Ignore python cache file when creating release package
Browse files Browse the repository at this point in the history
Don't include any python cache files in the release package
  • Loading branch information
laudrup committed Sep 8, 2021
1 parent f1846cf commit e38d6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME ${PROJECT_NAME}-${PROJECT_VERSION})
set(CPACK_SOURCE_IGNORE_FILES
"/\\\\..*$"
"build"
"__pycache__"
)
include(CPack)

0 comments on commit e38d6b9

Please sign in to comment.