Exclude specific files that are part of the repo from gitignore
This commit is contained in:
parent
07b4718dc2
commit
650910283d
4 changed files with 9 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Allow Half-Life-specific files that would otherwise be ignored
|
||||
!lib/public/game_controls.lib
|
||||
!lib/public/SDL2.lib
|
||||
!utils/procinfo/lib/win32_vc6/procinfo.lib
|
||||
!utils/vgui/lib/win32_vc6/vgui.lib
|
4
linux/.gitignore
vendored
4
linux/.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libSDL2-2.0.0.dylib
|
1
linux/libSDL2.dylib
Normal file
1
linux/libSDL2.dylib
Normal file
|
@ -0,0 +1 @@
|
|||
libSDL2-2.0.0.dylib
|
|
@ -1 +0,0 @@
|
|||
libSDL2-2.0.so.0
|
1
linux/libSDL2.so
Normal file
1
linux/libSDL2.so
Normal file
|
@ -0,0 +1 @@
|
|||
libSDL2-2.0.so.0
|
Loading…
Add table
Add a link
Reference in a new issue