commit | adec29ebe5028f2c84f02723ca01e1f4b6acb306 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Tue Jan 10 16:42:00 2017 -0700 |
committer | David Brown <david.brown@linaro.org> | Mon Jan 23 15:56:39 2017 -0700 |
tree | 4aa7ede817ea10cdc4873cfd53ec8dd7376f7663 | |
parent | 22a6fe32d32d9acb1503eb1682dec3399502e56e [diff] |
scripts: Remove .pyc file from repo Add *.pyc to the .gitignore, and remove the file that got mistakenly checked in.
diff --git a/.gitignore b/.gitignore index b6aa568..8aaaf2c 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,3 +1,4 @@ outdir/ .*.swp target.sh +*.pyc
diff --git a/scripts/newtimg.pyc b/scripts/newtimg.pyc deleted file mode 100644 index 9bdc5c1..0000000 --- a/scripts/newtimg.pyc +++ /dev/null Binary files differ