Ignoring build output from CMake Xcode generator

This commit is contained in:
Ian Clarkson 2016-03-05 11:52:37 -05:00
parent de2d4c7763
commit fa90c7b6cd

2
.gitignore vendored
View File

@ -13,11 +13,13 @@ Debug
Release Release
MinSizeRel MinSizeRel
RelWithDebInfo RelWithDebInfo
*.xcodeproj
# CMake files # CMake files
Makefile Makefile
CMakeCache.txt CMakeCache.txt
CMakeFiles CMakeFiles
CMakeScripts
cmake_install.cmake cmake_install.cmake
cmake_uninstall.cmake cmake_uninstall.cmake