Explorar el Código

chore: .gitignore revised

Dmitry hace 8 años
padre
commit
3e8f805ba2
Se han modificado 1 ficheros con 15 adiciones y 2 borrados
  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