From 9e23c987ad2fe0da50a3321650168ea91ecac0ac Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 22 Sep 2016 01:34:42 +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.2