Browse Source

added gitignore file to ignore compile results

main
Matthias Lohr 10 years ago
parent
commit
1ac7ea9908
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .gitignore

+ 4
- 0
.gitignore View File

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

Loading…
Cancel
Save