Updating gitignore to include VS directories

This commit is contained in:
dingusdev 2020-01-03 18:54:55 -07:00
parent e76ef61f53
commit 741ad89c55
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,7 +1,9 @@
# Ignore binary files
out
*.bin
# Ignore compiled object files
.vs
*.o
*.d