scripts: Remove .pyc file from repo

Add *.pyc to the .gitignore, and remove the file that got mistakenly
checked in.
This commit is contained in:
David Brown 2017-01-10 16:42:00 -07:00
parent 22a6fe32d3
commit adec29ebe5
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
outdir/
.*.swp
target.sh
*.pyc

Binary file not shown.