diff --git a/readme.md b/readme.md index 3fd18b07..245838a8 100644 --- a/readme.md +++ b/readme.md @@ -59,6 +59,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Added to perform std::hash on GLM types #320 - Added for texcoord wrapping - Added static components and precision members to all vector and quat types #350 +- Added .gitignore #349 ##### Improvements: - Changed usage of __has_include to support Intel compiler #307