Skip to content

Commit

Permalink
add date package to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Apr 4, 2013
1 parent 444989e commit 204ffe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ tests/testling/
/array/
/collection.js
/collection/
/date/
/date.js
/financial.js
/financial/
/function.js
Expand Down
2 changes: 2 additions & 0 deletions _build/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ rm -r array.js
rm -r array
rm -r collection.js
rm -r collection
rm -r date.js
rm -r date
rm -r function.js
rm -r function
rm -r index.js
Expand Down

0 comments on commit 204ffe9

Please sign in to comment.