diff options
| author | Michal Hanus <hanus.michal@divelit.cz> | 2023-08-01 10:57:36 +0200 |
|---|---|---|
| committer | Michal Hanus <hanus.michal@divelit.cz> | 2023-08-01 10:57:36 +0200 |
| commit | b6307ca8180f1090e2c69e081963689a4abd869a (patch) | |
| tree | 47e3acab4a80c72f2c04173febded574bb32e2e4 /.gitignore | |
Initial commit for nrf/samples/nrf9160/mqtt_simple
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..635a99b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# editors +*.swp +*~ + +# build +/build*/ |
