From ea36790e2121d4607cba7c19c61d67eb7a78bfd8 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 19 Oct 2010 14:06:57 -0700 Subject: [PATCH] Add gzipped source.tar to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 379d97a20..a17dc3a1b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ public/stylesheets/ui.css # Uploded files and local files public/uploads/* -public/source.tar +public/source.tar* tmp/**/* db/*.sqlite3