Allow obj files in assets folder.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -34,6 +34,9 @@ compile_commands.json
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# .obj files in assets folder a something different
|
||||
!assets/**/*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
Reference in New Issue
Block a user