diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-09-12 23:18:29 +0300 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-09-12 23:18:29 +0300 |
commit | 700a153bda9138adf418ae978fc1dd449d8e11f4 (patch) | |
tree | 0d77ce8cfcec0e85f29959b2c80542809066ca49 /.gitignore | |
parent | remove fauli from universe (diff) | |
download | planet-700a153bda9138adf418ae978fc1dd449d8e11f4.tar.gz planet-700a153bda9138adf418ae978fc1dd449d8e11f4.tar.bz2 planet-700a153bda9138adf418ae978fc1dd449d8e11f4.zip |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
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 |