mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Add Linux and D3 specific .gitignore entries
Ignore these: build/ (CMake build directory) *.so (Linux) *.hog (D3)
This commit is contained in:
parent
780ce5e34e
commit
435c1dd056
7
.gitignore
vendored
7
.gitignore
vendored
@ -401,3 +401,10 @@ FodyWeavers.xsd
|
||||
.idea/
|
||||
cmake-build-*
|
||||
|
||||
# Linux stuff
|
||||
build
|
||||
*.so
|
||||
|
||||
|
||||
# D3 specific
|
||||
*.hog
|
||||
|
Loading…
Reference in New Issue
Block a user