aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2015-02-09 17:47:59 +0000
committerTom Christie2015-02-09 17:47:59 +0000
commit1a087c8c5bac6f157979ef9ff540c0eb23848fb4 (patch)
tree3ba0bdc1bbb21fcb7e36c37cd6170112c94a7054
parentb2939c157d32e604e10099be891e382d8c54bbec (diff)
downloaddjango-rest-framework-1a087c8c5bac6f157979ef9ff540c0eb23848fb4.tar.bz2
Fix .gitignore
-rw-r--r--.gitignore18
-rw-r--r--env/pip-selfcheck.json1
2 files changed, 7 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 2bdf8f7e..3d5f1043 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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