From af7c34e1261d544b87804569fe0c43434154978a Mon Sep 17 00:00:00 2001 From: Jonathan Leffler Date: Mon, 12 Aug 2024 21:25:32 -0600 Subject: [PATCH] Ignore cr-???-??? directories in top-level Code Review sub-directories should be ignored in the top-level directory but allowed in the src directory. This is directly analogous to the so-????-???? directories. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b593cb06..efc5dcfa 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ Untracked/ [a-z][a-z][a-z][a-z][0-9][0-9] awk.script core +cr-[0-9][0-9][0-9]-[0-9][0-9][0-9] cscope.out data data.[0-9] @@ -62,4 +63,5 @@ tmp/ !inc !lib !src +!src/cr-[0-9][0-9][0-9]-[0-9][0-9][0-9] !src/so-[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]/