mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 05:05:16 -04:00
Precommit: Exclude common cmake build dir
This commit is contained in:
parent
272f1e8a05
commit
f3901f63c6
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ def main() -> None:
|
|||
continue
|
||||
if root.startswith("./regtesting"):
|
||||
continue
|
||||
if root.startswith("./build"):
|
||||
continue
|
||||
if root.startswith("./.git"):
|
||||
continue
|
||||
if "/.mypy_cache/" in root:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue