Browse Source

Merge pull request #7 from MatthiasLohr/feature/Gitignore

added gitignore file to ignore compile results
main
Paul Stoffregen 10 years ago
parent
commit
4d8768fe7a
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