summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2021-02-27 12:57:43 -0800
committerMatthew Maurer <mmaurer@google.com>2021-02-27 12:57:43 -0800
commitbe518ef4272ce61fd6dad9db73e9be74853b3974 (patch)
treeeb00fad25b5d958d46dd2c2f75e9286c779b3877
parent01c46f37e7a0ce88be386708d2a911b5e3505e79 (diff)
downloadr21-be518ef4272ce61fd6dad9db73e9be74853b3974.tar.gz
Since the prebuilt contains python source, executing it will produce bytecode files. Ignore these in git to avoid the repo becoming dirty after a build. Test: Run Trusty build (uses python libraries), prebuilt no longer dirty Change-Id: I9161c99be87c45dfd3471fbdcaf340e6a255aa3b
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d4acfbf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+# Ignore python temporary files
+__pycache__/
+*.py[cod]