Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
glm/.gitignore
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
61 lines (49 sloc)
604 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
!glmConfig.cmake | |
!glmConfig-version.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 | |
/.vscode | |
/CMakeSettings.json | |
.DS_Store | |
*.swp |