Skip to content

Commit af457f9

Browse files
authored
Merge pull request #1572 from DFHack/ab9rf-install-noleak
do not install `.vscode` or `.github`
2 parents b672e4a + 16851d4 commit af457f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
44
PATTERN "*.json"
55
PATTERN "scripts/docs" EXCLUDE
66
PATTERN "scripts/test" EXCLUDE
7+
PATTERN ".github" EXCLUDE
8+
PATTERN ".vscode" EXCLUDE
79
)
810

911
if(BUILD_TESTS)

0 commit comments

Comments
 (0)