Skip to content

Commit 801b47a

Browse files
r-52silverwind
authored andcommitted
gitignore: ignore xcode workspaces and projects
Calling ./configure --xcode creates xcode projects and a workspace for io.js. PR-URL: #1562 Reviewed-By: Vladimir Kurchatkin <[email protected]> Reviewed-By: Chris Dickinson <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 7dc8eec commit 801b47a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ deps/zlib/zlib.target.mk
7676
tools/faketime
7777
icu_config.gypi
7878
test.tap
79+
80+
# Xcode workspaces and project folders
81+
*.xcodeproj
82+
*.xcworkspace

0 commit comments

Comments
 (0)