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:
parent
22a6fe32d3
commit
adec29ebe5
|
@ -1,3 +1,4 @@
|
|||
outdir/
|
||||
.*.swp
|
||||
target.sh
|
||||
*.pyc
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue