Add *.pyc to .gitignore

This commit is contained in:
Brett
2017-06-14 13:04:14 -07:00
parent 6ebbbd47d8
commit 6bfff60fc3

3
.gitignore vendored
View File

@@ -1,6 +1,7 @@
/build* /build*
*~ *~
test/falco_test.pyc *.pyc
test/falco_tests.yaml test/falco_tests.yaml
test/traces-negative test/traces-negative
test/traces-positive test/traces-positive