aboutsummaryrefslogtreecommitdiffstats
path: root/community/embedded
diff options
context:
space:
mode:
authorChristopher McClellan <ckuhn203@gmail.com>2015-08-08 09:34:42 -0400
committerChristopher J. McClellan <chris.mcclellan203@gmail.com>2018-11-25 14:59:59 -0500
commit8b335ee4099333b11fa02170f23998996dba899e (patch)
treeb2e774356bb8292f8bee73539a8baf03a2603846 /community/embedded
parente313e296c1e284d908adcb95bf4f2812617d4de1 (diff)
downloadgitignore-8b335ee4099333b11fa02170f23998996dba899e.tar.gz
gitignore-8b335ee4099333b11fa02170f23998996dba899e.zip
Create AtmelStudio.gitignore
Added a new .gitignore for Atmel Studio. https://www.microchip.com/mplab/avr-support/atmel-studio-7
Diffstat (limited to 'community/embedded')
-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