ignore files generated by dev environment

This commit is contained in:
Doug Hellmann
2012-04-28 18:26:47 -04:00
parent b17d091258
commit f53c84dbe9

2
.gitignore vendored
View File

@@ -12,6 +12,7 @@ var
sdist sdist
develop-eggs develop-eggs
.installed.cfg .installed.cfg
.venv
# Installer logs # Installer logs
pip-log.txt pip-log.txt
@@ -28,3 +29,4 @@ pip-log.txt
#sample output #sample output
*.log *.log
*.log.*