Skip to content

Commit

Permalink
GIT: Ignore XCode workspaces in iphone & macosx dists folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Templier committed Jun 2, 2011
1 parent bd58c94 commit 76c1cdb
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Expand Up @@ -72,9 +72,15 @@ lib*.a
/dists/codeblocks/*.layout
/dists/codeblocks/scummvm*

#Ignore XCode user data and build files
xcuserdata
project.xcworkspace
/dists/iphone/build
/dists/iphone/scummvm.xcodeproj/*.mode1v3
/dists/iphone/scummvm.xcodeproj/*.pbxuser
/dists/iphone/scummvm.xcodeproj
/dists/iphone/create_project
/dists/macosx/build
/dists/macosx/scummvm.xcodeproj
/dists/macosx/create_project

/dists/msvc*/[Dd]ebug*/
/dists/msvc*/[Rr]elease*/
Expand Down Expand Up @@ -148,7 +154,3 @@ ipch/
#Ignore default Visual Studio build folders
[Dd]ebug/
[Rr]elease/

#Ignore XCode user data
xcuserdata
project.xcworkspace

0 comments on commit 76c1cdb

Please sign in to comment.