From 8b5ccb545a401dce49b7e23fb7dfc0a4b8a2f5ae Mon Sep 17 00:00:00 2001 From: cuu Date: Mon, 29 Mar 2021 19:35:03 +0800 Subject: [PATCH] add gitignore in thermal_printer --- Code/thermal_printer/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Code/thermal_printer/.gitignore diff --git a/Code/thermal_printer/.gitignore b/Code/thermal_printer/.gitignore new file mode 100644 index 0000000..20596b5 --- /dev/null +++ b/Code/thermal_printer/.gitignore @@ -0,0 +1,2 @@ +*.o +*.elf