]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
do not include git files in tarballs
authorJosh <jrosenba@cisco.com>
Mon, 24 Nov 2014 22:01:17 +0000 (16:01 -0600)
committerJosh <jrosenba@cisco.com>
Mon, 24 Nov 2014 22:01:17 +0000 (16:01 -0600)
cmake/packaging_data.cmake

index 3ca48699556006bfd87d1d8b97c5f227d1468139..ae0ee681bba51193b581c29331258511b7ddf5d1 100644 (file)
@@ -10,7 +10,7 @@ set (CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/doc/images/snort.png")
 set (CPACK_PACKAGE_INSTALL_DIRECTORY "snort")
 set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
 set (CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/doc/start.txt")
-set (CPACK_SOURCE_IGNORE_FILES "tools/snort2lua/tests*")
+set (CPACK_SOURCE_IGNORE_FILES "tools/snort2lua/tests*;.git/*;.gitignore")
 
 
 include(CPack)