From 71c3cde26eaf973ad6c7d11ede60e2f864835c67 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 8 Mar 2021 09:43:21 +0000 Subject: Extend .gitignore file to exclude IDE folders Exluding the following: - .idea/ - .vscode/ Change-Id: I3619c61accbdb1185f61994872a2b855e4af405f Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5228 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 85c6e00c49..e917c499f0 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,7 @@ pip-delete-this-directory.txt env/ venv/ ENV/ + +# IDE folders +.idea/ +.vscode/ -- cgit v1.2.1