diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-03-01 10:19:15 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-03-01 10:19:15 +0100 |
| commit | 8f96022464628fe05610bd851317769c396cb4e8 (patch) | |
| tree | 9bbc938547324de2ea07e31412d93c46e44e636f /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b8427e --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +STM32-base +STM32-base-STM32Cube +bin +obj +.cache/ +compile_commands.json |