]> source.dussan.org Git - gitignore.git/commitdiff
Create AtmelStudio.gitignore 2889/head
authorChristopher McClellan <ckuhn203@gmail.com>
Sat, 8 Aug 2015 13:34:42 +0000 (09:34 -0400)
committerChristopher J. McClellan <chris.mcclellan203@gmail.com>
Sun, 25 Nov 2018 19:59:59 +0000 (14:59 -0500)
Added a new .gitignore for Atmel Studio.
https://www.microchip.com/mplab/avr-support/atmel-studio-7

community/embedded/AtmelStudio.gitignore [new file with mode: 0644]

diff --git a/community/embedded/AtmelStudio.gitignore b/community/embedded/AtmelStudio.gitignore
new file mode 100644 (file)
index 0000000..5dfc469
--- /dev/null
@@ -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