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", "matlab.*.md",
".git$", # for submodules
".git/", ".git/",
".github/", ".github/",
".devcontainer/", ".devcontainer/",
"Darwin/", "Darwin/",
".vscode", ".vscode",
# no LFS # common things
"LICENSE",
"Dockerfile",
".pre-commit",
# no LFS or submodules in release
".lfsconfig", ".lfsconfig",
".gitattributes", ".gitattributes",
".git$",
".gitmodules",
] ]
# gets you through the blacklist # gets you through the blacklist

Loading…
Cancel
Save