.gitignore: Remove certificate files and add pycache

WSS server certificate files are no longer generated in the directory
git controls. Remove it from .gitignore.

Add __pycache__ directory to .gitignore not to make "git status" list it.

Signed-off-by: Shin'ichiro Kawasaki <kawasaki@juno.dti.ne.jp>
This commit is contained in:
Shin'ichiro Kawasaki
2020-09-12 14:28:54 +09:00
parent aaf1c5f01c
commit 25afe8f6d0

3
.gitignore vendored
View File

@@ -1,2 +1 @@
#Generated certificate files
/scratch-device-manager.*
/__pycache__