From 559736432356e2bb4ce805e60c32353a5582a568 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 25 Apr 2022 13:42:06 +0200 Subject: working makefile for 3pi robot --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e62153 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +compile_commands.json +*.o +out.hex +a.out +.cache -- cgit v1.2.3