From a2c746f57dff03b818fad607112733ed54d436f7 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Fri, 22 Sep 2023 15:22:16 +0200 Subject: [PATCH] Add gitignore file --- bfpcompiler/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bfpcompiler/.gitignore diff --git a/bfpcompiler/.gitignore b/bfpcompiler/.gitignore new file mode 100644 index 0000000..7b8fe6a --- /dev/null +++ b/bfpcompiler/.gitignore @@ -0,0 +1,4 @@ +*.o +*.cfg +*.out +bfc