From 769370e4af8cac840b745782a5c904e0e0570a90 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 19 Nov 2023 08:47:38 -0500 Subject: [PATCH] examples/.gitignore: ignore the compiled example program --- examples/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/.gitignore diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..01c27e2 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,2 @@ +# Example program built by "make" +svgtiny_display_x11 -- 2.44.2