From 3648db721426971d2a811968720887b06f32031e Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Sat, 10 Aug 2019 23:55:58 +0200 Subject: [PATCH] Add pip-wheel-metadata in .gitignore (#25832) When developing in a container with VSC, the folder `pip-wheel-metadata` is created during the container building process. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ff3e8d838a3..65b325a0a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ develop-eggs .installed.cfg lib lib64 +pip-wheel-metadata # Logs *.log