Add build tool and stub main.cpp
This commit is contained in:
parent
bf741cc90b
commit
a5f858641f
5 changed files with 694 additions and 2 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# IDEs and editors
|
||||
/.idea
|
||||
/.vscode
|
||||
|
||||
# General
|
||||
/tmp
|
||||
/_tmp
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Build files
|
||||
/build
|
||||
/build.ninja
|
||||
/shuriken.override.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue