diff options
author | Manuel Bentele | 2021-03-16 10:32:12 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-03-16 10:32:12 +0100 |
commit | e23ab287af594e2f647c11979f3b9ab88037cc36 (patch) | |
tree | 927c7af658791a0d8cf7c854f8d1f574d181bbe5 | |
parent | Change the project's homepage URL for packaging (diff) | |
download | xloop-e23ab287af594e2f647c11979f3b9ab88037cc36.tar.gz xloop-e23ab287af594e2f647c11979f3b9ab88037cc36.tar.xz xloop-e23ab287af594e2f647c11979f3b9ab88037cc36.zip |
Exclude Github action configs from source packages
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 07adfaf..45e29c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,6 +144,7 @@ if(CMAKE_BUILD_TYPE MATCHES "Release") "${PROJECT_GEN_DIR}" "/") set(CPACK_SOURCE_IGNORE_FILES "/build/" "/.git/" + "/.github/" ".gitignore" "version.h.in") |