Merge pull request #359 from JesseTG/jtg/more-gitignore
Improve the .gitignore #359
This commit is contained in:
commit
e07a6d15c4
12
.gitignore
vendored
12
.gitignore
vendored
@ -33,3 +33,15 @@ 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…
x
Reference in New Issue
Block a user