Add new file

This commit is contained in:
Nicolas Trimborn 2021-04-28 07:23:30 +00:00
parent e533db6ce8
commit af68fce429
1 changed files with 23 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -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