From dd935ea87bba9944cd1cf720f1a67dc57295b41f Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Mon, 2 Apr 2012 12:39:57 +0530 Subject: ignored csv and txt files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a195837..17f10ff 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,8 @@ parts/ develop-eggs/ bin/ .installed.cfg +*csv +*.tar +*.txt + + -- cgit