add __pycache__ to .gitignore

This commit is contained in:
Matthew Waters 2019-09-12 19:15:49 +10:00 committed by Matthew Waters
parent 56a03add78
commit 37cf0dffb5

1
webrtc/.gitignore vendored
View file

@ -52,3 +52,4 @@ out/
# Our stuff
*.pem
webrtc-sendrecv
__pycache__