From dabc1c4851d499451b0cad3fc608be9c4af1c5bb Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 25 May 2021 01:10:59 +0200 Subject: [PATCH] ignore my .autoenv.zsh files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b681e59..e1fa068 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,6 @@ target/ # tests cache /tests/cache .pytest_cache + +# zsh autoenv +.autoenv.zsh