1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 10:48:11 +02:00
gitignore/community/embedded/AtmelStudio.gitignore
Christopher McClellan 8b335ee409 Create AtmelStudio.gitignore
Added a new .gitignore for Atmel Studio.
https://www.microchip.com/mplab/avr-support/atmel-studio-7
2018-11-25 14:59:59 -05:00

23 lines
408 B
Plaintext

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