diff options
author | Haru <haru@dotalux.com> | 2013-12-11 03:58:43 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-12-17 00:39:16 +0100 |
commit | 4d13474b034f95f5be114aa5d3ef6ee59c8d8595 (patch) | |
tree | d747f35d66905a208bba2b805d44ed8514e6f18f /.gitignore | |
parent | 9e223137eba56dcd41bececf4360f321c9117247 (diff) | |
download | hercules-4d13474b034f95f5be114aa5d3ef6ee59c8d8595.tar.gz hercules-4d13474b034f95f5be114aa5d3ef6ee59c8d8595.tar.bz2 hercules-4d13474b034f95f5be114aa5d3ef6ee59c8d8595.tar.xz hercules-4d13474b034f95f5be114aa5d3ef6ee59c8d8595.zip |
Added Apple Xcode project files
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 773005315..c43c27e31 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,12 @@ Thumbs.db /plugins/ #OSX Xcode project user-sensitive-stuff +/DerivedData /Hercules +/build +/Hercules.xcodeproj/xcuserdata +/Hercules.xcodeproj/project.xcworkspace/xcuserdata/ +/Hercules.xcodeproj/project.xcworkspace/xcshareddata/Hercules.xccheckout # /3rdparty/libconfig/ /3rdparty/libconfig/Makefile |