From 6c87965ae208d7f6fa6ecd37e8d567ca16df159d Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Sun, 8 Oct 2023 14:33:24 +0100 Subject: [PATCH] scratch: Add nested-subdir/ to list of non-ignored dirs of .gitignore --- scratch/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/scratch/.gitignore b/scratch/.gitignore index 7d959a29d..64892bfaf 100644 --- a/scratch/.gitignore +++ b/scratch/.gitignore @@ -2,6 +2,7 @@ /* !.gitignore +!nested-subdir/ !subdir/ !scratch-simulator.cc !CMakeLists.txt