diff options
author | Torben Egmose <torben.egmose@gmail.com> | 2021-02-07 22:03:36 +0100 |
---|---|---|
committer | Torben Egmose <torben.egmose@gmail.com> | 2021-02-07 22:03:36 +0100 |
commit | 44b1d4f73eee8a3a6f1423223eec9693c82ff883 (patch) | |
tree | 213918ba193518c8243b3320e13376bafe5d3d90 /.gitignore |
init commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89cc49c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.pio +.vscode/.browse.c_cpp.db* +.vscode/c_cpp_properties.json +.vscode/launch.json +.vscode/ipch |