From 083f76002476dd722a2989cf2c33d0e616e3fd84 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sun, 22 Aug 2021 10:06:40 -0400 Subject: Globally ignore all build artifacts Signed-off-by: Malfurious --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e76473b --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +a.out +*.o +*.elf +*.exe +*.dll +*.a +*.so -- cgit v1.2.3