1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

Add namespace to all PlatformIO library references (#2296)

* Remove unnecessary duplication in platformio.ini

* Add namespace to all platformio library references

* Add cmake-build-* to gitignore

They're generated by the CLion add-on for each PlatformIO environment.
Listing them all separately seems nonsensical.
This commit is contained in:
Oxan van Leeuwen
2021-09-15 19:01:31 +02:00
committed by GitHub
parent 6366ff6421
commit c6dc8a11e2
10 changed files with 29 additions and 38 deletions

5
.gitignore vendored
View File

@@ -102,10 +102,7 @@ CMakeLists.txt
.idea/**/dynamic.xml
# CMake
cmake-build-debug/
cmake-build-livingroom8266/
cmake-build-livingroom32/
cmake-build-release/
cmake-build-*/
CMakeCache.txt
CMakeFiles