aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2021-03-08 09:43:21 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-03-08 13:55:48 +0000
commit71c3cde26eaf973ad6c7d11ede60e2f864835c67 (patch)
treed33d8ef050ffc94e17422a3b8790d2d3d23239fb /.gitignore
parent023efb30b8ad3dc675c6e2059c82bcfafed4b088 (diff)
downloadComputeLibrary-71c3cde26eaf973ad6c7d11ede60e2f864835c67.tar.gz
Extend .gitignore file to exclude IDE folders
Exluding the following: - .idea/ - .vscode/ Change-Id: I3619c61accbdb1185f61994872a2b855e4af405f Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5228 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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/