diff options
author | tzicatl <tzicatl@gmail.com> | 2011-04-04 22:14:03 -0500 |
---|---|---|
committer | tzicatl <tzicatl@gmail.com> | 2011-04-04 22:14:03 -0500 |
commit | 2a42f5376adadc4afde08859180672fb53fa309c (patch) | |
tree | d25e5dfe976da009d58c13ecfb4fe93c3302c5cd /Python.gitignore | |
parent | c991bc587d84096bbf295366a4d00e815f4a8861 (diff) | |
download | gitignore-2a42f5376adadc4afde08859180672fb53fa309c.tar.gz gitignore-2a42f5376adadc4afde08859180672fb53fa309c.zip |
Update Python.gitignore with some commonly used patterns for buildout-based projects
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index d500ec4b..d78a533e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,6 +8,8 @@ build eggs parts bin +var +sdist develop-eggs .installed.cfg @@ -17,3 +19,6 @@ pip-log.txt # Unit test / coverage reports .coverage .tox + +#Mr Developer +.mr.developer.cfg |