From f115e188bd6c60ce0214662e1ee0cae14626dd62 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Fri, 30 Sep 2022 15:13:08 +0100 Subject: [PATCH] gitignore: Update scratch/ .gitignore to not exclude itself --- scratch/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scratch/.gitignore b/scratch/.gitignore index fc504faed..7d959a29d 100644 --- a/scratch/.gitignore +++ b/scratch/.gitignore @@ -1,5 +1,7 @@ # Ignore everything on scratch by default, except the provided examples /* +!.gitignore + !subdir/ !scratch-simulator.cc !CMakeLists.txt