Import all the source code.

This commit is contained in:
heromyth 2019-10-11 11:27:44 +08:00
parent b25abdf8a0
commit a548fc58f6
9 changed files with 959 additions and 0 deletions

38
.gitignore vendored Normal file
View file

@ -0,0 +1,38 @@
# Visual Studio Code
#.vscode/
.suo
# Compiled Object files
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.a
*.lib
# Executables
*.exe
# DUB
.dub
dub.*.json
docs.json
__dummy.html
*-test-*
mixin_output.d
# Code coverage
*.lst
# Examples
examples/simple/simple
# others
.DS_Store
*.zip