add __pycache__ to .gitignore
authorMatthew Waters <matthew@centricular.com>
Thu, 12 Sep 2019 09:15:49 +0000 (19:15 +1000)
committerMatthew Waters <ystreet00@gmail.com>
Wed, 6 May 2020 06:01:57 +0000 (06:01 +0000)
webrtc/.gitignore

index 2747cce..99215a0 100644 (file)
@@ -52,3 +52,4 @@ out/
 # Our stuff
 *.pem
 webrtc-sendrecv
+__pycache__