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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

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