Explorar el Código

Merge pull request #7 from MatthiasLohr/feature/Gitignore

added gitignore file to ignore compile results
teensy4-core
Paul Stoffregen hace 10 años
padre
commit
4d8768fe7a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      .gitignore

+ 4
- 0
.gitignore Ver fichero

@@ -0,0 +1,4 @@
*.elf
*.d
*.hex
*.o

Cargando…
Cancelar
Guardar