From 2484c9499a3e0c790f80d09ace40a58fff0e0fee Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 18 Mar 2022 01:08:44 +0100 Subject: [PATCH] .gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1428990 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.o +*.a +*.d +*.swp +*~ +*.dSYM +local.conf +/test/test_hello_world