diff options
author | Laurent Charignon <l.charignon@gmail.com> | 2016-01-31 18:02:38 -0800 |
---|---|---|
committer | Laurent Charignon <l.charignon@gmail.com> | 2016-01-31 18:02:38 -0800 |
commit | f258361daf469543c723b80e55b5aa47a6447286 (patch) | |
tree | b2bf37cf110c1ba0854ffb399fa8a2f4af28948a | |
parent | f54fe5ac282254f6ecd6de70d21b20889fae5b43 (diff) | |
download | ranger-f258361daf469543c723b80e55b5aa47a6447286.tar.gz |
gitignore: add pytestdebug.log
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5357ead2..81e1b8b5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ stuff/* doc/ranger.1.html build +pytestdebug.log |