From d3607b3c1d074d9cbc00b278fd3b8df82d400c92 Mon Sep 17 00:00:00 2001 From: Lucas Jenss Date: Mon, 14 Nov 2011 09:55:04 +0100 Subject: [PATCH] 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 --- Global/Xcode.gitignore | 15 +++++++++++++++ Objective-C.gitignore | 16 +--------------- 2 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 Global/Xcode.gitignore mode change 100644 => 120000 Objective-C.gitignore diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore new file mode 100644 index 00000000..edc082c1 --- /dev/null +++ b/Global/Xcode.gitignore @@ -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 diff --git a/Objective-C.gitignore b/Objective-C.gitignore deleted file mode 100644 index edc082c1..00000000 --- a/Objective-C.gitignore +++ /dev/null @@ -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 diff --git a/Objective-C.gitignore b/Objective-C.gitignore new file mode 120000 index 00000000..12c182e2 --- /dev/null +++ b/Objective-C.gitignore @@ -0,0 +1 @@ +Global/Xcode.gitignore \ No newline at end of file