diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..dcaa10f42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*.pyc +.vimrc +.ropeproject +.settings/ +.eggs/ +*.orig +*.BACKUP.* +*.BASE.* +*.LOCAL.* +*.REMOTE.* +*.yml +*.egg +*.egg-info +build +htmlcov +.agignore +.coverage +Session*.vim +.tags* +.coverage.* +*~ +setuptools*zip +dist/ +pep8.log +test.log + |