From ff1d321004ae9ebf7baf1c56e604959679b28653 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sun, 14 Jun 2020 19:40:43 +0200 Subject: [PATCH] ignore current file and folder names --- .gitignore | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 31af722..b79c58a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,13 @@ -sys_root_stretch/ -sys_root_buster/ -rpi_root_stretch/ -rpi_root_buster/ +sys_root_stretch_*/ +sys_root_buster_*/ cfg_root/ img_mount/ iso_root/ -part_boot.img -part_root.img -rpi_boot.img -rpi_root.img config.mk +*.img +*.iso +*.squash +*.squashfs .*.swp .*.swo +*~ -- 2.39.2