diff options
author | Jordan Halase <jordan@halase.me> | 2019-11-03 20:17:44 -0600 |
---|---|---|
committer | Jordan Halase <jordan@halase.me> | 2019-11-03 20:17:44 -0600 |
commit | 3c34d801af8ea7cfafd8a78e0613cc0cab0a45fe (patch) | |
tree | e1c9bf42d980637302bf472fc3dfbfc7a793d12c | |
parent | e16ec5b850840d736d8c1e21af7b4975cb2ee8c6 (diff) |
Add Visual Studio stuff to .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,3 +3,6 @@ a.exe *.swp *.o build/ +.vs/ +x86/ +x64/ |