Fixed gitignore to recognize directories

This commit is contained in:
dingusdev
2020-01-04 10:07:05 -07:00
committed by GitHub
parent 741ad89c55
commit 0221bcb9a2

4
.gitignore vendored
View File

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