tutorial: dummy subsystem
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
.DS_Store
|
||||
.idea
|
||||
thumbs.db
|
||||
*.zip
|
||||
*.pyc
|
||||
*_pb2.py
|
||||
*.bak
|
||||
*.hex
|
||||
*.[oa]
|
||||
*.pb.go
|
||||
.vscode/ipch/**
|
||||
!.gitkeep
|
||||
|
||||
_build
|
||||
build
|
||||
|
||||
artifacts
|
||||
doc/**
|
||||
.unison*
|
||||
node_modules
|
||||
go.sum
|
||||
**/_build
|
||||
**/parking
|
||||
|
||||
test/**/build/
|
||||
# test/unittest/generated
|
||||
|
||||
compile_commands.json
|
||||
Reference in New Issue
Block a user