From 7f11824e9d6b9dfe718e7bc46502eda0fe65a346 Mon Sep 17 00:00:00 2001 From: Roman Klauke Date: Wed, 29 Apr 2015 19:47:04 +0200 Subject: [PATCH] gitignore: ignore xcode workspaces and projects Calling ./configure --xcode creates xcode projects and a workspace for io.js. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 19fb3840039160..ebb9a7bc56375c 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,7 @@ deps/zlib/zlib.target.mk tools/faketime icu_config.gypi test.tap + +# Xcode workspaces and project folders +*.xcodeproj +*.xcworkspace