add gitignore, run static analysis and fix a couple bugs, remove default build, fix typos
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
*.sln
|
||||
*.vcxproj
|
||||
*.vcxproj.user
|
||||
*.vcxproj.filters
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.db
|
||||
*.opendb
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.idb
|
||||
*.pch
|
||||
*.ipch
|
||||
*.obj
|
||||
*.bin
|
||||
*.exe
|
||||
*.lib
|
||||
*.log
|
||||
*.tlog
|
||||
*.lastbuildstate
|
||||
*.unsuccessfulbuild
|
||||
*.rc
|
||||
*.suo
|
||||
*.user
|
||||
*.so
|
||||
*.o
|
||||
*.a
|
||||
*.i
|
||||
build/
|
||||
doc/
|
Reference in New Issue
Block a user