Review and cleanup
- General cleanup. - Fixed missing functions from raymath. - Nuget info part of project file.
This commit is contained in:
parent
a9da337c0e
commit
fc0527a2ef
17 changed files with 273 additions and 338 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -16,11 +16,13 @@
|
|||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
*.exe
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Build results
|
||||
[Bb]in/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
|
|
@ -29,6 +31,7 @@ bld/
|
|||
[Dd]ebug
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ee]xamples/
|
||||
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
|
|
|
|||
Loading…
Reference in a new issue