GIT should ignore user preferences files inside Xcode projects.

Added filter for GIT to ignore Xcode user preferences files (*.mode1v3 and
*.pbxuser) which are automatically generated inside the project bundle when
opened in Xcode.
This commit is contained in:
Alexander Barton 2008-04-12 23:29:58 +02:00
parent b7135ea76a
commit 87cae1465b
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
*.mode1v3
*.pbxuser