diff options
author | Pär Björklund <per.bjorklund@gmail.com> | 2016-11-05 20:11:38 +0100 |
---|---|---|
committer | Pär Björklund <per.bjorklund@gmail.com> | 2016-11-05 20:11:38 +0100 |
commit | 1052762e4d288ca894142eb4e6d2c0c05c7478f9 (patch) | |
tree | d893c4c92dcd5b5db823563b59705379710ac1f1 /.gitignore | |
parent | a0932752480893ea19ebeb20233f9bbf737faccf (diff) |
Ignore some items that's been bugging me for a while
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
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 |