Browse Source

Add Xcode CMake output patterns to .gitignore

Closes #722.
Ian Clarkson 9 years ago
parent
commit
26cfd75d05
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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