Delete *.pyc files from repo and add ignore to .gitignore

There were a bunch of .pyc files in the repository, so this patchset
removes them and adds a *.pyc to the .gitignore

Change-Id: Ib53bc1516d159c975b03a78b5762519519668828
This commit is contained in:
Alex Kavanagh 2016-08-26 10:32:38 +00:00
parent ccb5fb5331
commit 4e8b851f1e
8 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ builds
deps
.testrepository
__pycache__
*.pyc

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.