Jonathan Hart

Add *.pyc to .gitignore

Change-Id: Ia7d92768d6fef29c4c0040d5a30e23077f2fbb72
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
8 .checkstyle 8 .checkstyle
9 target 9 target
10 *.iml 10 *.iml
11 +*.pyc
11 dependency-reduced-pom.xml 12 dependency-reduced-pom.xml
12 .idea 13 .idea
......