mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 08:54:35 +00:00
Improve the .gitignore
- More crap ignored - Some of it may be specific to me - I can't be the only one out there who uses Qt Creator
This commit is contained in:
parent
ac21d7bdad
commit
467c386e97
14
.gitignore
vendored
14
.gitignore
vendored
@ -32,4 +32,16 @@ CMakeCache.txt
|
|||||||
CMakeFiles
|
CMakeFiles
|
||||||
Makefile
|
Makefile
|
||||||
cmake_install.cmake
|
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…
Reference in New Issue
Block a user