From 1052762e4d288ca894142eb4e6d2c0c05c7478f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Bj=C3=B6rklund?= Date: Sat, 5 Nov 2016 20:11:38 +0100 Subject: Ignore some items that's been bugging me for a while --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dbf1330d79..44ef5abaa2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ testMain *~ # CLion /.idea +.vscode/ # generated files etc config.cache @@ -54,6 +55,7 @@ config.log *.idb *ReSharper* *.idb +*.diagsession # osx specifics /build/ @@ -381,6 +383,10 @@ lib/cpluff/stamp-h1 /tools/TexturePacker/Makefile /tools/TexturePacker/*.dll +# /tools/buildsteps/win32 +/tools/buildsteps/win32/1 +/tools/buildsteps/win32/4 + # /userdata/ /userdata/Database /userdata/playlists -- cgit v1.2.3