From b633e359c0e07fb9684d7daa7240846d9257b25a Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Wed, 7 Feb 2018 13:40:30 +0100 Subject: [PATCH] Update gitignore --- .gitignore | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b1b15d3ad..0f798cb79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,15 @@ -.vagrant -.idea -*.patch +## Editors +.idea/ *.komodoproject +.*.sw[op] +*~ + +## C++ and Tools +*.patch *.playground -.*.swp -.*.swo +.vagrant + +## Build artifacts build/ build-debug/ build-release/ @@ -13,3 +18,6 @@ build64/ debug/ release/ cmake-build-debug +/Testing/ +/install/ +/vendor/ -- 2.50.1