Skip to content

Commit

Permalink
Created and cleaned some empty directories
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramontina committed Jul 1, 2011
1 parent bdbd5c9 commit ea37934
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Build artifacts and test results
build/published_artifacts/*
build/test_results/*

# Node.js Modules
node_modules/

Expand All @@ -22,6 +18,3 @@ nodemon-ignore
# Temporary files
*.swp

#ignoring selenium.jar
selenium-server.jar

3 changes: 2 additions & 1 deletion Jakefile.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JESSIE_PATH = './node_modules/jessie/bin'
JESSIE_PATH = './node_modules/jessie/bin'

helper = require './build/lib/buildHelper'
sys = require 'sys'
Expand Down Expand Up @@ -26,6 +26,7 @@ namespace 'test', ->
task 'unit', (xmlFileName) ->
helper.execute "#{JESSIE_PATH}/jessie spec/unit"

# XUnit ----------------------------------------------------------------------
desc 'To run unit tests and send the results to'
task 'xunit', (xmlFileName) ->
if not xmlFileName
Expand Down
4 changes: 4 additions & 0 deletions build/published_artifacts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Place all artifacts to be published in this directory
*
!.gitignore

4 changes: 4 additions & 0 deletions build/test_results/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Place all test results in this directory
*
!.gitignore

4 changes: 4 additions & 0 deletions vendor/selenium/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This directory will hold the Selenium server lib
*
!.gitignore

1 change: 0 additions & 1 deletion vendor/selenium/README

This file was deleted.

0 comments on commit ea37934

Please sign in to comment.