summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-03-16 10:32:12 +0100
committerManuel Bentele2021-03-16 10:32:12 +0100
commite23ab287af594e2f647c11979f3b9ab88037cc36 (patch)
tree927c7af658791a0d8cf7c854f8d1f574d181bbe5
parentChange the project's homepage URL for packaging (diff)
downloadxloop-e23ab287af594e2f647c11979f3b9ab88037cc36.tar.gz
xloop-e23ab287af594e2f647c11979f3b9ab88037cc36.tar.xz
xloop-e23ab287af594e2f647c11979f3b9ab88037cc36.zip
Exclude Github action configs from source packages
-rw-r--r--CMakeLists.txt1
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")