From 7058d21c73c5aecc8a1902859146fbff898d8946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Tue, 18 May 2021 17:11:32 +0200 Subject: [PATCH] Ignore the images path, not only files below it On my system, "images" is a symlink pointing to another directory and I want to ignore that symlink too. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 44c5d8b..9664a58 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ binary.*/* cache/* chroot/* config/* -images/* +images local/* simple-cdd/images/* simple-cdd/tmp/*