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

4
.gitignore vendored
View File

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