We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac2e28a + 8b335ee commit 745923dCopy full SHA for 745923d
1 file changed
community/embedded/AtmelStudio.gitignore
@@ -0,0 +1,22 @@
1
+## Ignore Atmel Studio temporary files and build results
2
+# https://www.microchip.com/mplab/avr-support/atmel-studio-7
3
+
4
+# Atmel Studio is powered by an older version of Visual Studio,
5
+# so most of the project and solution files are the same as VS files,
6
+# only prefixed by an `at`.
7
8
+#Build Directories
9
+[Dd]ebug/
10
+[Rr]elease/
11
12
+#Build Results
13
+*.o
14
+*.d
15
+*.eep
16
+*.elf
17
+*.hex
18
+*.map
19
+*.srec
20
21
+#User Specific Files
22
+*.atsuo
0 commit comments