aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2019-11-12 22:39:22 -0800
committerGeorge Burgess <gbiv@chromium.org>2019-11-20 20:40:05 +0000
commit3f401077a5369a2446b342c0549118c59b9d29d2 (patch)
tree2700bf4ac0fde98e6e055d7a491630cee4b27653 /.gitignore
parent55f4933ede7a2b87e759e879b93b73a4570444e6 (diff)
downloadtoolchain-utils-3f401077a5369a2446b342c0549118c59b9d29d2.tar.gz
gitignore: ignore mypy caches
We might start using mypy after python3 adoption picks up. Mypy keeps caches so it can go quickly. Ignore those. BUG=None TEST=My mypy cache is no longer an untracked file Change-Id: Icb0a326cb9b9cf652c3473e3d98893990a18682b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1913987 Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 45abe3a9..072bd9e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
logs
*.pyc
+.mypy_cache/
llvm-project-copy/
compiler_wrapper/compiler_wrapper