Add Xcode CMake output patterns to .gitignore

Closes #722.
master
Ian Clarkson ago%!(EXTRA string=9 years) committed by Camilla Berglund
parent 9fb00f2ad0
commit 26cfd75d05
  1. 2
      .gitignore

2
.gitignore vendored

@ -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

Loading…
Cancel
Save