add gitignore, run static analysis and fix a couple bugs, remove default build, fix typos

This commit is contained in:
Irlan Robson
2016-12-22 13:30:30 -02:00
parent 0ebd9d35be
commit caa9d703b5
18 changed files with 50 additions and 1906 deletions

30
.gitignore vendored Normal file
View 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/