From 4916f175ce34ca29ced76473e430109bacf7f57c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 22 Sep 2016 01:35:24 +0300 Subject: [PATCH] Ignore .cache and .tox directories only at the top --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 427ca64..c64f111 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -.cache/ -.tox/ +/.cache/ +/.tox/ *.py[co] -- 2.39.5