summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-07-14 17:35:46 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-07-14 17:35:46 -0400
commitb82a84f4f2376a912485c2dac2eeb01673f660a8 (patch)
tree05164e90ef190d27354eae7e0001fe0a02916256
parent1bb622c8313f9d1e9806dc0e7fe9849ea963a1fa (diff)
downloadaskbot-b82a84f4f2376a912485c2dac2eeb01673f660a8.tar.gz
askbot-b82a84f4f2376a912485c2dac2eeb01673f660a8.tar.bz2
askbot-b82a84f4f2376a912485c2dac2eeb01673f660a8.zip
excluded avatars directory from the repo and the pypi
-rwxr-xr-x.gitignore1
-rw-r--r--MANIFEST.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 207896f6..a95e1f45 100755
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ askbot/upfiles/*.jpg
askbot/upfiles/*.jpeg
askbot/upfiles/*.gif
askbot/upfiles/*.png
+askbot/upfiles/avatars/
askbot/skins/common/media/mathjax/
/jinja2
*.tar.tz
diff --git a/MANIFEST.in b/MANIFEST.in
index 4788b4eb..6c1bf0d2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -12,6 +12,7 @@ exclude manage.py
exclude __init__.py
exclude urls.py
exclude askbot/upfiles/*.*
+exclude askbot/upfiles/avatars/*
recursive-exclude avatar *
recursive-exclude adzone *
recursive-exclude follow *