summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-04-24 22:40:08 -0700
committerThomas Groman <tgroman@nuegia.net>2020-04-24 22:40:08 -0700
commit15f51c2ef494e2db935178123bb957267275af77 (patch)
treefd4e00f89b874a5169e9fbc2eabe02a593f2bcb5
parentae79f996db5cec04999d164552b75b3366cfa54a (diff)
downloadwebbrowser-15f51c2ef494e2db935178123bb957267275af77.tar
webbrowser-15f51c2ef494e2db935178123bb957267275af77.tar.gz
webbrowser-15f51c2ef494e2db935178123bb957267275af77.tar.lz
webbrowser-15f51c2ef494e2db935178123bb957267275af77.tar.xz
webbrowser-15f51c2ef494e2db935178123bb957267275af77.zip
Remove stray precompiled py and add .gitignore entry so it doesn't happen again
-rw-r--r--.gitignore1
-rw-r--r--build/mach_bootstrap.pycbin656 -> 0 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9966369..1e4d579 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/.mozconfig
+*.pyc
diff --git a/build/mach_bootstrap.pyc b/build/mach_bootstrap.pyc
deleted file mode 100644
index bb9e2bc..0000000
--- a/build/mach_bootstrap.pyc
+++ /dev/null
Binary files differ