diff options
author | Florian Baumann <derflob@derflob.de> | 2020-12-19 06:10:35 +0100 |
---|---|---|
committer | Florian Baumann <derflob@derflob.de> | 2020-12-19 06:11:34 +0100 |
commit | ba808a30e30e0c2bab85c85fa6d11b3a3b15f6fd (patch) | |
tree | ab1a84a313191e7e51d862ee964f078804a73e77 /.gitignore | |
download | RJ45EEPROMKeyHolder-ba808a30e30e0c2bab85c85fa6d11b3a3b15f6fd.tar.gz RJ45EEPROMKeyHolder-ba808a30e30e0c2bab85c85fa6d11b3a3b15f6fd.tar.bz2 |
initial 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 |