Exclude specific files that are part of the repo from gitignore

This commit is contained in:
Sam 2020-02-14 17:36:40 +01:00
parent 07b4718dc2
commit 650910283d
4 changed files with 9 additions and 0 deletions

4
linux/.gitignore vendored
View file

@ -4,6 +4,10 @@
*.dylib
# 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

View file

@ -1 +0,0 @@
libSDL2-2.0.0.dylib

1
linux/libSDL2.dylib Normal file
View file

@ -0,0 +1 @@
libSDL2-2.0.0.dylib

View file

@ -1 +0,0 @@
libSDL2-2.0.so.0

1
linux/libSDL2.so Normal file
View file

@ -0,0 +1 @@
libSDL2-2.0.so.0