1
0
mirror of https://github.com/github/gitignore synced 2024-06-18 10:29:39 +02:00

Merge pull request #2889 from rubberduck203/atmelstudio

Create AtmelStudio.gitignore
This commit is contained in:
Brendan Forster 2018-12-18 08:53:43 -04:00 committed by GitHub
commit 745923da24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
## 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