diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-28 03:30:58 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:48:18 +0100 |
commit | 1b45ec1fc5709302b738f0f3adf215d10e1e86e2 (patch) | |
tree | b9c72658b6a14d4cc648a41232db4e608bdd9fed | |
parent | 9b92507aaf907078398e1d85a301240b6bdc92bf (diff) |
gitignore for msvc
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ -/build* +/build*/ /installer/Output .DS_Store /.idea/ /sdk-paths-*.cmake +/.vs/ +/CMakeSettings.json |