diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 31f33741408d..d54fa5a91fe6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,5 @@ CMakeLists.txt.user # Ignore VS Code files .vscode/* # Ignore generated python artifacts -copts/copts.pyc +*.pyc copts/__pycache__/ |