aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorBrendan Forster <brendan@github.com>2018-12-18 08:53:43 -0400
committerGitHub <noreply@github.com>2018-12-18 08:53:43 -0400
commit745923da24fa9f3d3b350dd54ce32f56a9909132 (patch)
tree2245e4ae969a9117b14f3b3ebf1d01521f33c6f5 /community
parentac2e28a2ef943557ad9f03016bff24505466e7f5 (diff)
parent8b335ee4099333b11fa02170f23998996dba899e (diff)
downloadgitignore-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.gitignore22
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