Skip to content

Commit

Permalink
gitignore: ignore xcode workspaces and projects
Browse files Browse the repository at this point in the history
Calling ./configure --xcode creates xcode projects and a
workspace for io.js.

PR-URL: #1562
Reviewed-By: Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
r-52 authored and silverwind committed Apr 30, 2015
1 parent 7dc8eec commit 801b47a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -76,3 +76,7 @@ deps/zlib/zlib.target.mk
tools/faketime
icu_config.gypi
test.tap

# Xcode workspaces and project folders
*.xcodeproj
*.xcworkspace

0 comments on commit 801b47a

Please sign in to comment.