OpenBK7231T_App/.gitignore
Michael Kamprath 22fd6e790f
Added a Dockerized build environment (#675)
* added a dockerized build environment

* addressed review comments
2023-02-24 09:39:21 +01:00

20 lines
160 B
Plaintext

output/**
**/*.o
**/*.obj
*.idb
*.exe
*.pdb
*.ncb
*.bak
**/*.d
/custom.mk
/.vs
.vscode
node_modules
Debug*/**
libs_for_simulator/**
# MacOS ignores
.DS_Store