diff options
| -rw-r--r-- | .gitignore | 18 | ||||
| -rw-r--r-- | env/pip-selfcheck.json | 1 | 
2 files changed, 7 insertions, 12 deletions
| @@ -3,18 +3,14 @@  *~  .* -site/ -htmlcov/ -coverage/ -build/ -dist/ -*.egg-info/ +/site/ +/htmlcov/ +/coverage/ +/build/ +/dist/ +/*.egg-info/ +/env/  MANIFEST -bin/ -include/ -lib/ -local/ -  !.gitignore  !.travis.yml diff --git a/env/pip-selfcheck.json b/env/pip-selfcheck.json deleted file mode 100644 index db1087af..00000000 --- a/env/pip-selfcheck.json +++ /dev/null @@ -1 +0,0 @@ -{"last_check":"2015-02-09T17:34:33Z","pypi_version":"6.0.8"}
\ No newline at end of file | 
