mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 02:28:22 +00:00
Add .gitignore (#187)
This commit is contained in:
commit
7e89b69293
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# Binaries
|
||||
*.dll
|
||||
*.exe
|
||||
*.so
|
||||
*.dylib
|
||||
*.obj
|
||||
vcpm
|
||||
|
||||
# Files generated by Visual Studio
|
||||
.vs
|
||||
*.aps
|
||||
*.ncb
|
||||
*.suo
|
||||
*.sdf
|
||||
*.user
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Build directories
|
||||
**/Debug/
|
||||
**/Release/
|
||||
obj.*
|
||||
Loading…
Reference in New Issue
Block a user