Skip to content

Commit

Permalink
cmake: Do not install .dvc files in the doc directory (#8514)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 5, 2024
1 parent 5bc923f commit 760266d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ install (DIRECTORY examples
PATTERN "CMakeLists.txt" EXCLUDE
PATTERN "gmt.history" EXCLUDE
PATTERN ".DS_Store" EXCLUDE
PATTERN "*.dvc" EXCLUDE
REGEX "[.](cmake|in|ps)$" EXCLUDE)

0 comments on commit 760266d

Please sign in to comment.