Skip to content

Commit

Permalink
Merge pull request github#2889 from rubberduck203/atmelstudio
Browse files Browse the repository at this point in the history
Create AtmelStudio.gitignore
  • Loading branch information
shiftkey authored Dec 18, 2018
2 parents ac2e28a + 8b335ee commit 745923d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions community/embedded/AtmelStudio.gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 745923d

Please sign in to comment.