summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2017-11-05 19:05:14 -0500
committerGitHub <noreply@github.com>2017-11-05 19:05:14 -0500
commitc1253ec82f88bc810884735d68c60f1f6cbd4c1e (patch)
tree71b12e7297d1782cb46c44a0bff38023480935ff /.gitignore
parente1e4d02c5d9499bcd59403fff2ad73d67cdc8af4 (diff)
downloadpyjwt-c1253ec82f88bc810884735d68c60f1f6cbd4c1e.tar.gz
Fix over-eager fallback to stdin (#304)
* Fix over-eager fallback to stdin * Ignore .eggs dir * Add test to cover when terminal is not a TTY
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9672a5b..a6f0fb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ develop-eggs/
dist/
downloads/
eggs/
+.eggs/
lib/
lib64/
parts/