From 25afe8f6d0719361cc9b0a18e5b2db997e61666a Mon Sep 17 00:00:00 2001 From: Shin'ichiro Kawasaki Date: Sat, 12 Sep 2020 14:28:54 +0900 Subject: [PATCH] .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 --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b5bfa8..225fc6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -#Generated certificate files -/scratch-device-manager.* +/__pycache__