diff options
author | Brendan Forster <brendan@github.com> | 2018-12-18 08:53:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 08:53:43 -0400 |
commit | 745923da24fa9f3d3b350dd54ce32f56a9909132 (patch) | |
tree | 2245e4ae969a9117b14f3b3ebf1d01521f33c6f5 /community | |
parent | ac2e28a2ef943557ad9f03016bff24505466e7f5 (diff) | |
parent | 8b335ee4099333b11fa02170f23998996dba899e (diff) | |
download | gitignore-745923da24fa9f3d3b350dd54ce32f56a9909132.tar.gz gitignore-745923da24fa9f3d3b350dd54ce32f56a9909132.zip |
Merge pull request #2889 from rubberduck203/atmelstudio
Create AtmelStudio.gitignore
Diffstat (limited to 'community')
-rw-r--r-- | community/embedded/AtmelStudio.gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/community/embedded/AtmelStudio.gitignore b/community/embedded/AtmelStudio.gitignore new file mode 100644 index 00000000..5dfc4696 --- /dev/null +++ b/community/embedded/AtmelStudio.gitignore @@ -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 |