Commit all of GLM into this branch because why not

I do not like it but I have done it

portability ftw
This commit is contained in:
Ben Visness
2018-02-10 18:52:07 -06:00
parent 5ec1df056f
commit 244e9879fd
1049 changed files with 208111 additions and 1 deletions

56
test/glm/.gitignore vendored Normal file
View File

@@ -0,0 +1,56 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# CMake
CMakeCache.txt
CMakeFiles
cmake_install.cmake
install_manifest.txt
*.cmake
# ^ May need to add future .cmake files as exceptions
# Test logs
Testing/*
# Test input
test/gtc/*.dds
# Project Files
Makefile
*.cbp
*.user
# Misc.
*.log
# local build(s)
build*
/.vs
/CMakeSettings.json