瀏覽代碼

chore: .gitignore revised

Dmitry 8 年之前
父節點
當前提交
3e8f805ba2
共有 1 個文件被更改,包括 15 次插入2 次删除
  1. 15 2
      .gitignore

+ 15 - 2
.gitignore

@@ -1,10 +1,23 @@
+#compile artefacts
 obj/*
-svd/*
-html/*
+*.hex
 *.elf
 *.map
+*.a
+
+#ide/editor files
 *.depend
 *.ebp
 *.elay
+*.sublime-project
+*.sublime-workspace
+
+#debug 
+svd/*
 openocd.cfg
+
+#doxydoc artefacts
+html/*
+
+#other junk
 .DS_Store