From 80ae8325e14bf61aeb7d04875e7d5a5a778a8baf Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Tue, 4 Nov 2025 16:48:28 +0100 Subject: [PATCH] ignore kicad backup and cache files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2046adb --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# ignore kicad backup and cache files +/kicad/kluk-backups +/kicad/**bak +/kicad/**_autosave* +/kicad/**-cache