1
0
mirror of https://github.com/github/gitignore synced 2025-02-16 23:54:13 +01:00

Move Objective-C.gitignore to Global/Xcode.gitignore

The rules which were previously located in Objective-C.gitignore are
purely Xcode related, and therefore should be located in
Global/Xcode.gitignore, as are the rules for every other IDE.

This comes in handy because one may be working with Xcode in another
language (e.g. C/C++) and would probably not look in the Objective-C.gitignore
file for the rules.

Then again, I have to admit that most people working with Objective-C
are in fact working with Xcode, which is why I created an alias to the
Xcode rules with the old name, that is, Objective-C.gitignore
This commit is contained in:
Lucas Jenss 2011-11-14 09:55:04 +01:00
parent 4c9fba7b1e
commit d3607b3c1d
2 changed files with 16 additions and 15 deletions

15
Global/Xcode.gitignore Normal file
View File

@ -0,0 +1,15 @@
# Xcode
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside

View File

@ -1,15 +0,0 @@
# Xcode
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside

1
Objective-C.gitignore Symbolic link
View File

@ -0,0 +1 @@
Global/Xcode.gitignore