Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 997e08410 -> 7ddc38a98
MINIFI-150 Adjusting source ignore files to prevent inclusion of git and supporting CMake directories. Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/0911b778 Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/0911b778 Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/0911b778 Branch: refs/heads/master Commit: 0911b778c003780b3a5155de50ade7de6f51f4e4 Parents: ee4bb13 Author: Aldrin Piri <[email protected]> Authored: Wed Dec 28 11:33:04 2016 -0500 Committer: Aldrin Piri <[email protected]> Committed: Wed Dec 28 11:33:04 2016 -0500 ---------------------------------------------------------------------- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/0911b778/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fd83f3..9d80e57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ add_subdirectory(main) set(ASSEMBLY_BASE_NAME "${CMAKE_PROJECT_NAME}-${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") set(CPACK_SOURCE_GENERATOR "TGZ") set(CPACK_SOURCE_PACKAGE_FILE_NAME "${ASSEMBLY_BASE_NAME}-source") -set(CPACK_SOURCE_IGNORE_FILES "/build/;/.bzr/;~$;${CPACK_SOURCE_IGNORE_FILES}") +set(CPACK_SOURCE_IGNORE_FILES "/build/;~$;${CPACK_SOURCE_IGNORE_FILES};${CMAKE_SOURCE_DIR}/.git/;${CMAKE_SOURCE_DIR}/.idea/;${CMAKE_SOURCE_DIR}/cmake-build-debug/") # Generate binary assembly install(FILES conf/minifi.properties conf/config.yml
