From 2be616eda71801cbb21ff3ea3f6d8d9f309beead Mon Sep 17 00:00:00 2001 From: nuess0r Date: Thu, 29 Sep 2016 03:15:36 +0200 Subject: [PATCH] Added compilation files to the .gitignore list --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac7dacb --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# ignore objects and archives, anywhere in the tree. +*.[od] +*.bin +*.eep +*.elf +*.lss +*.map +*.sym +*.hex