Initial Commit.

This commit is contained in:
sorgelig
2017-06-14 02:47:05 +08:00
commit 96f7caaf71
56 changed files with 17806 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# ignore backup files
*~
# ignore vi swapfiles
.*.swp
# ignore compiled python
*pyc
# ignore some backup files
*bak
# ignore some c files
*\.o
*\.d
# ignore dropbox files
.dropbox.attr
# ignore directories
Debug
*.lst
*.elf
*.map
*.user
.vs
MiSTer