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
MinSizeRel
RelWithDebInfo
*.xcodeproj
# CMake files
Makefile
CMakeCache.txt
CMakeFiles
CMakeScripts
cmake_install.cmake
cmake_uninstall.cmake

Loading…
Cancel
Save