mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Create AtmelStudio.gitignore
Added a new .gitignore for Atmel Studio. https://www.microchip.com/mplab/avr-support/atmel-studio-7
This commit is contained in:
parent
e313e296c1
commit
8b335ee409
22
community/embedded/AtmelStudio.gitignore
Normal file
22
community/embedded/AtmelStudio.gitignore
Normal 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
|
Loading…
Reference in New Issue
Block a user