mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Merge pull request #41353 from a16bitsysop/mgr-node_modules
pybind/mgr/CMakeLists.txt: exclude files not used at runtime Reviewed-by: Alfonso Martínez <almartin@redhat.com> Reviewed-by: Kefu Chai <kchai@redhat.com> Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
This commit is contained in:
commit
5e6d1519f9
@ -22,4 +22,12 @@ install(DIRECTORY
|
||||
REGEX "rook/rook-client-python.*" EXCLUDE
|
||||
REGEX "osd_perf_query/.*" EXCLUDE
|
||||
REGEX "tox.ini" EXCLUDE
|
||||
REGEX "requirements.txt" EXCLUDE)
|
||||
REGEX "requirements.*\.txt" EXCLUDE
|
||||
REGEX "constraints.*\.txt" EXCLUDE
|
||||
REGEX "node_modules" EXCLUDE
|
||||
REGEX "cypress.*" EXCLUDE
|
||||
REGEX "\.coveragerc" EXCLUDE
|
||||
REGEX "\.editorconfig" EXCLUDE
|
||||
REGEX "\..*lintrc" EXCLUDE
|
||||
REGEX "\.browserslistrc" EXCLUDE
|
||||
REGEX "\.prettier*" EXCLUDE)
|
||||
|
Loading…
Reference in New Issue
Block a user