diff options
author | rtk0c <[email protected]> | 2021-06-01 21:40:50 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-06-01 21:40:50 -0700 |
commit | 016d58996db755630f8b41ddbef67516fe0c13b2 (patch) | |
tree | 4d3d6ca1759cf0a6a81014697c0faceee9375fb9 /.gitignore | |
parent | 9a8a63b59020bc87d17fd6ce2c7224fd05afe558 (diff) |
Allow visual studio project setup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ cmake-* /.cache /.clangd /.idea +/.vs # qtcreator generated files *.pro.user* |