Remove requirements.txt from .gitignore

There is no reason to keep requirements.txt ignored by get, so we should
remove it from .gitignore

Change-Id: I30852f8281d608c5f7c48217c21c3099b9b0fd0e
This commit is contained in:
Victor Sergeyev 2014-03-06 17:00:14 +02:00
parent 56fc0f91c3
commit b95d7f289a
1 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,7 +3,6 @@
*.pyc
*.log
.coverage
requirements.txt
.venv
.tox
cover/