Gitignore/community/embedded/AtmelStudio.gitignore
Dvurechensky 0a0f9717b4 1.0
Main
2024-10-05 10:36:15 +03: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