Test
This commit is contained in:
commit
4be63c5bf6
2 changed files with 31 additions and 0 deletions
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
*.obj
|
||||
*.o
|
||||
*.bin
|
||||
*.list
|
||||
*.map
|
||||
*.mk
|
||||
*.makefile
|
||||
*.o
|
||||
*.su
|
||||
*.d
|
||||
*.elf
|
||||
*.scvd
|
||||
*.crf
|
||||
*.map
|
||||
*.sct
|
||||
*.dbgconf
|
||||
*.axf
|
||||
*.htm
|
||||
*.lnp
|
||||
*.dep
|
||||
*.uvguix.*
|
||||
*.lst
|
||||
*.iex
|
||||
**/Objects/
|
||||
**/Listings/
|
||||
**/Debug/
|
||||
|
||||
|
||||
|
||||
|
||||
1
readme.txt
Normal file
1
readme.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Hello
|
||||
Loading…
Reference in a new issue