Added handling of CPACK and automatically generated package files
This commit is contained in:
parent
8926f0e9c2
commit
50cd8850f8
10
.gitignore
vendored
10
.gitignore
vendored
@ -27,7 +27,7 @@ CMakeFiles
|
|||||||
CMakeScripts
|
CMakeScripts
|
||||||
Makefile
|
Makefile
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
install_manifest.txt
|
install_manifest*.txt
|
||||||
|
|
||||||
|
|
||||||
# Compiled Object files
|
# Compiled Object files
|
||||||
@ -84,3 +84,11 @@ DerivedData/
|
|||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.build
|
*.build
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
|
|
||||||
|
#CPACK related files
|
||||||
|
CPackConfig-*.cmake
|
||||||
|
_CPack_Packages/
|
||||||
|
|
||||||
|
#packages
|
||||||
|
*.tar.gz
|
||||||
|
*.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user