diff options
| author | GeneNetwork | 2012-05-07 13:00:10 -0700 |
|---|---|---|
| committer | GeneNetwork | 2012-05-07 13:00:10 -0700 |
| commit | d69c7b9fe06d65229f619b70f130a0db70dabdef (patch) | |
| tree | daf74b9c993a7ab5cc0c997b4be5b7cacf859953 /.gitignore | |
| download | genenetwork2-d69c7b9fe06d65229f619b70f130a0db70dabdef.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 00000000..f24cd995 --- /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 |
