From 6b81202dc7739c276ec93034960c411fab523fea Mon Sep 17 00:00:00 2001
From: "Johan \"Papa\" Cwiklinski" <trasher@odysseus.(none)>
Date: Sat, 29 May 2010 21:57:23 +0200
Subject: Ignore Smarty generated template and cache on the scm

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5190439..ad5b253 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ sendbox
 stats.xml
 stats.csv
 packageinfo.txt
+smarty/templates_c/*.tpl.php
+smarty/cache/*
-- 
cgit