From 348e45450535f7e9a838bb64c8d07e54128ec097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0oltis?= Date: Wed, 10 Jul 2024 12:19:37 +0200 Subject: [PATCH] gitignore: add default cachi2 generated files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit often when I want to quickly try fetching dependencies I usually do not specify output dir option (only source dir), then I have to manually delete the output dir in my repository to avoid committing it Signed-off-by: Michal Ĺ oltis --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b2bf7be77..d5fe05c94 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,7 @@ settings.py # idea files .idea/ + +# cachi2 default files +cachi2-output/ +cachi2.env