Remove executable bits from third_party/rust/ash/src/extensions/nv/*

This commit is contained in:
Martin Stransky 2020-12-11 08:16:38 +01:00
parent f612bd47ce
commit 3a6292ceff
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ chmod a-x third_party/rust/gfx-backend-vulkan/src/*.rs
chmod a-x third_party/rust/gfx-hal/src/*.rs
chmod a-x third_party/rust/ash/src/extensions/ext/*.rs
chmod a-x third_party/rust/ash/src/extensions/khr/*.rs
chmod a-x third_party/rust/ash/src/extensions/nv/*.rs
#---------------------------------------------------------------------