diff options
author | parth | 2012-06-01 15:03:13 +0530 |
---|---|---|
committer | parth | 2012-06-01 15:03:13 +0530 |
commit | 2113f66de743877597d24e20df9ac1e828167277 (patch) | |
tree | 77b21ff4414d440aaa672377de796f818b9993c8 /.gitignore | |
download | stproject-2113f66de743877597d24e20df9ac1e828167277.tar.gz stproject-2113f66de743877597d24e20df9ac1e828167277.tar.bz2 stproject-2113f66de743877597d24e20df9ac1e828167277.zip |
Restart of project. Most of the changes have been done by @Jayparikh111
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f3049c --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +*.pyc +*.zip +*~ +.project +.pydevproject +app.yaml +build +tests/coverageResults +*,cover +tests/.coverage +*.git +*.egg-info +eggs +parts +.installed.cfg +bin +develop-eggs +.DS_Store +.settings +.*.swp +*.egg +*.egg-link +*.svn* +*.wpr +.installed.cfg +src/* +parts +downloads +.xvpics* +.project +*.swp +*.bak +*.swo +*.db-journal +*.db +wsgi.log +stapp/video/migrations +*.ogv +*.mp4 |