From 4a536d3480f273613d32ee1686ac15f17ed22573 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 17 May 2021 13:52:16 +0300 Subject: [PATCH] Ignore .autoenv*, as they are local --- git/.git-ignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.git-ignore b/git/.git-ignore index f427540..721b3b9 100644 --- a/git/.git-ignore +++ b/git/.git-ignore @@ -2,6 +2,8 @@ *.o *.pyc *.swp +.autoenv.zsh +.autoenv_leave.zsh .hypothesis .redo .tags -- 2.44.0