little more release blacklist

old-commit-hash: c2be8a5553
testing-closet^2
Adeeb Shihadeh 11 months ago
parent 792ce9896e
commit 669888878d
  1. 10
      release/release_files.py

@ -33,16 +33,22 @@ blacklist = [
"matlab.*.md",
".git$", # for submodules
".git/",
".github/",
".devcontainer/",
"Darwin/",
".vscode",
# no LFS
# common things
"LICENSE",
"Dockerfile",
".pre-commit",
# no LFS or submodules in release
".lfsconfig",
".gitattributes",
".git$",
".gitmodules",
]
# gets you through the blacklist

Loading…
Cancel
Save