Merge pull request #61 from phl0/gitignore

Add gitignore to irgnore object files and STM lib
This commit is contained in:
Jonathan Naylor 2017-01-20 16:03:57 +00:00 committed by GitHub
commit 850978a954
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.o
bin/
STM32F4XX_Lib/