Skip to content
Snippets Groups Projects
Commit f5c7dcc0 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Don't install .gitignore file.

Refs #13337
parent 2022b63a
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,8 @@ install ( DIRECTORY ../instrument/ DESTINATION ${INBUNDLE}instrument
DIRECTORY_PERMISSIONS OWNER_READ OWNER_EXECUTE OWNER_WRITE
GROUP_READ GROUP_EXECUTE GROUP_WRITE
WORLD_READ WORLD_EXECUTE WORLD_WRITE
PATTERN "*UNIT_TESTING*" EXCLUDE
PATTERN "*UNIT_TESTING*" EXCLUDE
PATTERN ".gitignore" EXCLUDE
)
# Ships .py files but only ship compiled pyd files for supported platforms.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment