From 7b4e72db23d73b5edc2286b0b314bce00e7c74f1 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Mon, 20 May 2024 20:11:32 +0300 Subject: [PATCH] Ignoring example build directories --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 62652f0..61d72d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.idea +/examples/build/* /examples/*/*.o /examples/*/Makefile /examples/*/moc_*.cpp