Update .gitignore to make exceptions for FreeImage files
This commit is contained in:
parent
34e0974eb3
commit
b0e8ab8a36
|
@ -26,6 +26,10 @@ rules.ninja
|
|||
*.log
|
||||
*.pch
|
||||
|
||||
# Exclude FreeImage binaries from being ignored
|
||||
!dependencies/FreeImage/lib/*.lib
|
||||
!dependencies/FreeImage/bin/*.dll
|
||||
|
||||
# Visual Studio Code settings
|
||||
.vscode/
|
||||
|
||||
|
@ -52,6 +56,3 @@ Thumbs.db
|
|||
# Output directories
|
||||
/output/
|
||||
/dist/
|
||||
|
||||
# Libraries and dependencies
|
||||
/lib/
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue