From af68fce429ad155edf8b4f7c46dc4ea1b442e871 Mon Sep 17 00:00:00 2001 From: Nicolas Trimborn Date: Wed, 28 Apr 2021 07:23:30 +0000 Subject: [PATCH] Add new file --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fe57f80 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ + +## Ignore Atmel Studio temporary files and build results +# https://www.microchip.com/mplab/avr-support/atmel-studio-7 + +# Atmel Studio is powered by an older version of Visual Studio, +# so most of the project and solution files are the same as VS files, +# only prefixed by an `at`. + +#Build Directories +[Dd]ebug/ +[Rr]elease/ + +#Build Results +*.o +*.d +*.eep +*.elf +*.hex +*.map +*.srec + +#User Specific Files +*.atsuo