Move VS specific gitignore to projects directory, add Linux specific gitignore to linux directory

This commit is contained in:
Sam 2020-02-14 17:31:30 +01:00
parent 6430595bad
commit 07b4718dc2
2 changed files with 11 additions and 0 deletions

11
linux/.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# Don't commit compiled mod libraries
*.so
*.so.*
*.dylib
# Allow Half-Life-specific files that would otherwise be ignored
!libSDL2-2.0.so.0
!libSDL2-2.0.so.0.dbg
!vgui.so
!release/vgui.dylib
!release/vgui.so

View file