From c65b2f14f05c447d1da77f00879d91e569fc08b9 Mon Sep 17 00:00:00 2001 From: SteveMcNeill Date: Sat, 15 Aug 2015 12:26:33 -0400 Subject: [PATCH] Added .gitignore file to ignore the temp and c_compiler folders, as well as *.a, *.o, and *.exe files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..81e0e6686 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +internal/c/c_compiler +internal/temp +*.o +*.a +*.exe +internal/config.txt