From 05a5810ffd67485fb50381564238ddd8bcb52fd2 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:27:08 +0100 Subject: [PATCH] gitignore: add shell.nix files Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b9e5b8ef4..a932f859c 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,6 @@ image/config.mk # Python __pycache__/ + +# Nix shells +shell.nix