From 1e704aa7f2364d5eecebfc4869f22c29128d681d Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Mon, 3 Jul 2017 11:31:51 +0200 Subject: [PATCH] Ignore Visual Studio/Visual Studio Code related files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5eefb8a2f..25827c717 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,11 @@ Thumbs.db .cproject .project +# Visual Studio (Code) related files # +###################################### +/.vs* +/*.local.bat + # stxxl related files # ####################### .stxxl