From e46af10631f216b505dbb7f5d7c317ec39bd3b96 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Thu, 20 Jun 2013 15:24:31 -0700 Subject: [PATCH] Remove unused files from gitignore --- .gitignore | 4 ---- Gruntfile.coffee | 3 --- 2 files changed, 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6ebcd7b1e..5e10dd835 100644 --- a/.gitignore +++ b/.gitignore @@ -3,12 +3,8 @@ .project .svn .nvm-version -atom.xcodeproj -build -.xcodebuild-info node_modules npm-debug.log /tags /atom-shell/ -/sources.gypi docs/api diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 5f91e1062..a695976da 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -118,14 +118,11 @@ module.exports = (grunt) -> rm '/tmp/atom-cached-atom-shells' rm 'node_modules' rm 'atom-shell' - rm 'cef' rm 'node' - rm 'prebuilt-cef' grunt.registerTask 'build', 'Build the application', -> rm SHELL_APP_DIR mkdir path.dirname(BUILD_DIR) - console.log fs.realpathSync("atom-shell/Atom.app") cp 'atom-shell/Atom.app', SHELL_APP_DIR mkdir APP_DIR