diff options
| author | Dirk Makowski <dmakowski@gmx.net> | 2012-08-23 15:39:56 -0700 |
|---|---|---|
| committer | Dirk Makowski <dmakowski@gmx.net> | 2012-08-23 15:39:56 -0700 |
| commit | 09afa25f6c19ed0c74ca73899b375e1a84552d56 (patch) | |
| tree | 4f2db6cc1d0c635b1a55faa29a92c66b633c28f5 /.gitignore | |
| download | feedgenerator-09afa25f6c19ed0c74ca73899b375e1a84552d56.tar.gz | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f24cd99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg |
