mirror of
https://github.com/github/gitignore
synced 2025-02-20 01:19:09 +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:
parent
4c9fba7b1e
commit
d3607b3c1d
15
Global/Xcode.gitignore
Normal file
15
Global/Xcode.gitignore
Normal 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
|
@ -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
1
Objective-C.gitignore
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
Global/Xcode.gitignore
|
Loading…
x
Reference in New Issue
Block a user