diff options
author | Jamie Parkinson <jamie.parkinson@techwillsaveus.com> | 2019-08-20 12:49:18 +0100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-08-20 08:49:18 -0300 |
commit | c70562c280b0c642a52d56055bfbab22616f829d (patch) | |
tree | ae262b10a95aa2bb818b1752636f5eb7b13ccd34 /community | |
parent | 0455041ec4bab7b8835842e0a6d8b67e8446beeb (diff) | |
download | gitignore-c70562c280b0c642a52d56055bfbab22616f829d.tar.gz gitignore-c70562c280b0c642a52d56055bfbab22616f829d.zip |
Add esp-idf.gitignore (#3150)
* Add esp-idf.gitignore
From https://github.com/espressif/esp-idf-template/blob/master/.gitignore
* Add header comments to esp-idf.gitignore
Diffstat (limited to 'community')
-rw-r--r-- | community/embedded/esp-idf.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/embedded/esp-idf.gitignore b/community/embedded/esp-idf.gitignore new file mode 100644 index 00000000..3713b157 --- /dev/null +++ b/community/embedded/esp-idf.gitignore @@ -0,0 +1,6 @@ +# gitignore template for esp-idf, the official development framework for ESP32 +# https://github.com/espressif/esp-idf + +build/ +sdkconfig +sdkconfig.old |