init
This commit is contained in:
commit
b887f15662
21 changed files with 1038 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Build artifacts
|
||||
build/
|
||||
|
||||
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
|
||||
compile_commands.json
|
||||
|
||||
.cache/
|
||||
Loading…
Add table
Add a link
Reference in a new issue