updated gitignore
This commit is contained in:
parent
436b39d611
commit
1646502949
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,3 +1,24 @@
|
|||||||
build/
|
build/
|
||||||
/tags
|
/tags
|
||||||
/bazel-*
|
/bazel-*
|
||||||
|
|
||||||
|
# binaries
|
||||||
|
**/bin/
|
||||||
|
bin-int/
|
||||||
|
|
||||||
|
# Visual Studio clutter
|
||||||
|
_ReSharper*
|
||||||
|
*.sdf
|
||||||
|
*.suo
|
||||||
|
*.dir
|
||||||
|
*.vcxproj*
|
||||||
|
*.sln
|
||||||
|
.vs
|
||||||
|
CMakeSettings.json
|
||||||
|
Win32
|
||||||
|
x64
|
||||||
|
Debug
|
||||||
|
Release
|
||||||
|
MinSizeRel
|
||||||
|
RelWithDebInfo
|
||||||
|
*.opensdf
|
||||||
Loading…
Reference in New Issue
Block a user