From 10573fb1a965176a4c7596f66b9264b926fee015 Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Sun, 26 Oct 2008 15:38:22 -0500 Subject: [PATCH] Updated .gitignore to ignore files generated by rake tasks. --- .gitignore | 3 ++- dist/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 496ee2c..89a9274 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.DS_Store \ No newline at end of file +.DS_Store +pkg \ No newline at end of file diff --git a/dist/.gitignore b/dist/.gitignore index ab1e075..dc3a5c4 100644 --- a/dist/.gitignore +++ b/dist/.gitignore @@ -1 +1,2 @@ -prototype.js \ No newline at end of file +prototype.js +prototype_update_helper.js \ No newline at end of file