From 92dfb6178e74a976eda8c3aad45daff21bb8f425 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Mon, 2 May 2022 11:14:18 -0700 Subject: [PATCH] Add __pycache__ to toplevel .gitignore file (#6743) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1514875b3355..747ad4353159 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ src/test_*.s tools/objc/BUILD tools/objc/*.mobileprovision *.xcworkspacedata +__pycache__ *.txt.user*