mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 06:25:00 +00:00
Merge pull request #359 from JesseTG/jtg/more-gitignore
Improve the .gitignore #359
This commit is contained in:
commit
e07a6d15c4
1 changed files with 13 additions and 1 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -32,4 +32,16 @@ CMakeCache.txt
|
|||
CMakeFiles
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
install_manifest.txt
|
||||
*.cmake
|
||||
# ^ May need to add future .cmake files as exceptions
|
||||
|
||||
# Test logs
|
||||
Testing/*
|
||||
|
||||
# Test input
|
||||
test/gtc/*.dds
|
||||
|
||||
# Project Files
|
||||
*.cbp
|
||||
*.user
|
||||
|
|
Loading…
Add table
Reference in a new issue