diff options
author | Socapex <philippe_groarke@yahoo.ca> | 2014-01-21 18:32:36 -0500 |
---|---|---|
committer | Socapex <philippe_groarke@yahoo.ca> | 2014-01-22 12:56:40 -0500 |
commit | 3722dca0bd1cd8fddd88c5b7d335508d3c595071 (patch) | |
tree | b5e1f3a4aa219ffef7651ce0907c86fefce0922a /.gitignore | |
parent | 8734c5a07f3027a74528d3f86ae1fcecf21a62e8 (diff) | |
download | ManaVerse-3722dca0bd1cd8fddd88c5b7d335508d3c595071.tar.gz ManaVerse-3722dca0bd1cd8fddd88c5b7d335508d3c595071.tar.bz2 ManaVerse-3722dca0bd1cd8fddd88c5b7d335508d3c595071.tar.xz ManaVerse-3722dca0bd1cd8fddd88c5b7d335508d3c595071.zip |
ignore and xcode5
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index b4ebc30b0..76b84e5be 100644 --- a/.gitignore +++ b/.gitignore @@ -146,11 +146,9 @@ gmon.out .DS_Store Xcode/ManaPlus.xcodeproj/xcuserdata Xcode/ManaPlus.xcodeproj/project.xcworkspace/xcuserdata -Xcode/ManaPlus.xcodeproj/project.xcworkspace/xcshareddata -Xcode/Release/Debug* Xcode/Release/ManaPlus.dmg Xcode/Release/*.dmg Xcode/Release/Manaplus_ssh.txt -Xcode/Build -Xcode/DerivedData +Xcode/DerivedData/ +Xcode/Build/ |