Remove Mac related leftovers

The engine doesn't support that platform anyways.
This commit is contained in:
Joël Troch 2024-08-28 17:58:36 +02:00
parent 473bfd1335
commit 228fcbc732
2 changed files with 0 additions and 5 deletions

5
linux/.gitignore vendored
View file

@ -1,17 +1,12 @@
# Don't commit compiled mod libraries
*.so
*.so.*
*.dylib
*.o
*_map.txt
# Allow Half-Life-specific files that would otherwise be ignored
!libSDL2.dylib
!libSDL2.so
!libSDL2-2.0.0.dylib
!libSDL2-2.0.0.dylib.dSYM/Contents/Resources/DWARF/libsdl2-2.0.0.dylib
!libSDL2-2.0.so.0
!libSDL2-2.0.so.0.dbg
!vgui.so
!release/vgui.dylib
!release/vgui.so

Binary file not shown.