.gitignore: ignore *.pyc, *.pyo

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2015-07-28 13:22:41 -07:00
parent bfc86fd9c4
commit 78ffebafc7

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.pyc
*.pyo