From 5f485339be5b2dab5dc0a7ee6c80c6ea1bd407c8 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 24 May 2021 08:24:36 +0200 Subject: [PATCH] .gitignore: Add `subprojects` directory, fix some patterns. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6dca26b41..6e9fd98ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -build -config.mk +/build/ +/config.mk include/dlg/ src/dlg/dlg.c +subprojects/* +!subprojects/*.wrap