From c4519532407c549f6d3e454a9d19d9a87f8dff8b Mon Sep 17 00:00:00 2001
From: Christophe Garion <tofgarion@runbox.com>
Date: Thu, 23 Feb 2023 11:29:00 +0100
Subject: [PATCH] [general] add _build directories in gitignore

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index acef1682..44761d99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,4 +15,5 @@ Makefile
 /*.c
 /*.lus
 /*.lusic
-_opam
\ No newline at end of file
+_opam
+*_build
\ No newline at end of file
-- 
GitLab