From 8fc9169247b1d424140f618f635bffa441c3bdf3 Mon Sep 17 00:00:00 2001 From: gugahoi Date: Fri, 1 Jul 2011 15:32:05 +1000 Subject: [PATCH] Ignoring .pyc and .log files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..939db295 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.log \ No newline at end of file