Move VS specific gitignore to projects directory, add Linux specific gitignore to linux directory
This commit is contained in:
parent
6430595bad
commit
07b4718dc2
2 changed files with 11 additions and 0 deletions
11
linux/.gitignore
vendored
Normal file
11
linux/.gitignore
vendored
Normal 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
|
0
.gitignore → projects/.gitignore
vendored
0
.gitignore → projects/.gitignore
vendored
Loading…
Add table
Add a link
Reference in a new issue