1
0
mirror of https://github.com/github/gitignore synced 2024-11-30 07:34:22 +01:00

Exclude all build directories

*/build/* maybe excludes file in subdirectories but file in project root are visibile with git status. It can be usefull when project is builded by xcodebuild instead of xcode directly
This commit is contained in:
Pierre GOUDJO 2013-08-14 17:20:20 +02:00
parent b2c694d792
commit 540fe11f57

View File

@ -1,6 +1,6 @@
# Xcode
.DS_Store
*/build/*
build
*.pbxuser
!default.pbxuser
*.mode1v3