diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-03-19 11:24:39 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-03-19 11:24:39 +0100 |
commit | b3344df3e3a3594f133c2c051df981d75e0112b8 (patch) | |
tree | 2c61bc9d4c67afa9b6d9794fdad041bc85260927 /.gitignore |
initial commit (i think my display is broken)
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 |