From aabf49d1eed07b1329c701dae33bff10935008ed Mon Sep 17 00:00:00 2001 From: Paul Molloy Date: Sat, 22 Jul 2017 13:42:05 -0500 Subject: [PATCH] creating gitignore file --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2a0a6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +######################################## +# Ignore files ending in the following # +######################################## +*.o + +# ignore shared files that have been copied to host-firmware dirs +firmware/source/shared_*.h +host/source/shared_*.h + +# ignore trash/temp files stored in host/ignore +host/ignore