Add Linux and D3 specific .gitignore entries

Ignore these:
build/ (CMake build directory)
*.so (Linux)
*.hog (D3)
This commit is contained in:
GravisZro 2024-04-18 12:27:20 -04:00
parent 780ce5e34e
commit 435c1dd056

7
.gitignore vendored
View File

@ -401,3 +401,10 @@ FodyWeavers.xsd
.idea/
cmake-build-*
# Linux stuff
build
*.so
# D3 specific
*.hog