Dmitry 8 лет назад
Родитель
Сommit
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