소스 검색

Create AtmelStudio.gitignore

Added a new .gitignore for Atmel Studio.
https://www.microchip.com/mplab/avr-support/atmel-studio-7
Christopher McClellan 9 년 전
부모
커밋
8b335ee409
1개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. 22 0
      community/embedded/AtmelStudio.gitignore

+ 22 - 0
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