Ingore Xcode files

This commit is contained in:
Victor Zverovich 2016-11-20 10:11:12 -08:00
parent 284297019f
commit 41d4bcf0cc

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
bin/ bin/
/_CPack_Packages /_CPack_Packages
/CMakeScripts
/doc/doxyxml /doc/doxyxml
/doc/html /doc/html
virtualenv virtualenv
@ -8,6 +9,7 @@ virtualenv
*~ *~
*.a *.a
*.so* *.so*
*.xcodeproj
*.zip *.zip
cmake_install.cmake cmake_install.cmake
CPack*.cmake CPack*.cmake
@ -15,5 +17,6 @@ fmt-*.cmake
CTestTestfile.cmake CTestTestfile.cmake
CMakeCache.txt CMakeCache.txt
CMakeFiles CMakeFiles
FMT.build
Makefile Makefile
run-msbuild.bat run-msbuild.bat