From 700a153bda9138adf418ae978fc1dd449d8e11f4 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Sun, 12 Sep 2010 23:18:29 +0300 Subject: svnignore->gitignore Add media dir with static data taken from the server Add scripts dir with the cron job and the python scripts Correct the templates dir --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..db4eb50e --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.py +*.py.orig +*.pyc +cache +*.log +compat_logging +*.swp +*.tmplc -- cgit v1.2.3-65-gdbad