From 5c2203bbedce62350c9291347f62a3ff9f57d622 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Tue, 4 Jan 2022 13:54:56 -0500 Subject: [PATCH] Add a .gitignore This allows to build the binaries without affecting the git status. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a59b8f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +tunnel +simple_parallel_example +quickstart +full_example +flags +earth +compositing +libfbg.* +glfw_example