forked from github/gitignore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request github#2889 from rubberduck203/atmelstudio
Create AtmelStudio.gitignore
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |