mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
gitignore: ignore mypy cache
mypy is occasionally useful for checking python scripts.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,6 +12,8 @@
|
||||
.config.args
|
||||
.gdb_history
|
||||
.deps/
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
/*.gcda
|
||||
/*.gcno
|
||||
/*.tar.bz2
|
||||
@@ -34,4 +36,3 @@
|
||||
/mkosi.builddir/
|
||||
/mkosi.output/
|
||||
/tags
|
||||
__pycache__/
|
||||
|
||||
Reference in New Issue
Block a user