update: add some files to .gitignore.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>pull/413/head
parent
2d7ce22569
commit
43dbd6d873
|
@ -32,3 +32,18 @@ test/results
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
__pycache__
|
__pycache__
|
||||||
|
*.log
|
||||||
|
*.vcxproj
|
||||||
|
*.filters
|
||||||
|
*.tlog
|
||||||
|
Assimp.sdf
|
||||||
|
test/gtest/tmp/gtest-gitupdate.cmake
|
||||||
|
test/gtest/tmp/gtest-gitclone.cmake
|
||||||
|
test/gtest/tmp/gtest-cfgcmd.txt.in
|
||||||
|
test/gtest/tmp/gtest-cfgcmd.txt
|
||||||
|
test/gtest/src/gtest-stamp/gtest-download.cmake
|
||||||
|
test/gtest/src/gtest-stamp/gtest-configure.cmake
|
||||||
|
test/gtest/src/gtest-stamp/gtest-build.cmake
|
||||||
|
test/gtest/src/gtest-stamp/Debug/gtest-patch
|
||||||
|
*.cache
|
||||||
|
test/gtest/src/gtest-stamp/Debug/gtest-build
|
||||||
|
|
Loading…
Reference in New Issue