diff options
author | parth | 2011-12-09 04:06:30 +0530 |
---|---|---|
committer | parth | 2011-12-09 04:06:30 +0530 |
commit | 78546195b033adf76e6dea50798396f987f5e019 (patch) | |
tree | 72349b3955842d7dd893b0df4440197d84c2bd09 /.gitignore | |
parent | 5d600ad389d50832fac95e7ac381d4eba7ee70ba (diff) | |
download | online_test-78546195b033adf76e6dea50798396f987f5e019.tar.gz online_test-78546195b033adf76e6dea50798396f987f5e019.tar.bz2 online_test-78546195b033adf76e6dea50798396f987f5e019.zip |
Modified the .gitignore to not track buildout files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,43 @@ *.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 +pytask/local.py +pytask/pytask.egg-info +pytask/static/media +pytask/uploads +apache/* +*.swp +*.bak +*.swo +*.db-journal *.db +migrations +wsgi.log |