aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-03-08Extend .gitignore file to exclude IDE foldersGeorgios Pinitas
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>
2021-02-17Add gitignore fileMichele Di Giorgio
This file will avoid adding unwanted files to a commit. It includes filters for C++ and Python as well as others. Change-Id: Iedd770f01337bff46ab9873736893ef44e398f0d Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5093 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Georgios Pinitas <georgios.pinitas@arm.com>