Now that specs can handle symlinks, put atom-build in /tmp

This commit is contained in:
probablycorey 2013-03-01 13:45:24 -08:00
parent b7976cac68
commit 4e971b085e
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,7 +2,6 @@
.project
.svn
.nvm-version
atom-build
atom.xcodeproj
build
.xcodebuild-info

View File

@ -1,5 +1,5 @@
ATOM_SRC_PATH = File.dirname(__FILE__)
BUILD_DIR = 'atom-build'
BUILD_DIR = '/tmp/atom-build'
desc "Build Atom via `xcodebuild`"
task :build => "create-xcode-project" do