Initial commit, getting all the stuff from PlatformIO
This commit is contained in:
33
.pio/libdeps/esp32dev/lvgl/.gitignore
vendored
Normal file
33
.pio/libdeps/esp32dev/lvgl/.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
**/*.o
|
||||
**/*bin
|
||||
**/*.swp
|
||||
**/*.swo
|
||||
**/*.gcda
|
||||
**/*.gcno
|
||||
tags
|
||||
docs/api_doc
|
||||
scripts/cppcheck_res.txt
|
||||
scripts/built_in_font/lv_font_*
|
||||
docs/doxygen_html
|
||||
docs/xml
|
||||
docs/examples.md
|
||||
docs/out_latex
|
||||
docs/_static/built_lv_examples
|
||||
docs/LVGL.pdf
|
||||
docs/env
|
||||
/docs/examples.rst
|
||||
/docs/API/
|
||||
out_html
|
||||
__pycache__
|
||||
/emscripten_builder
|
||||
test_screenshot_error.h
|
||||
build/
|
||||
tests/build_*/
|
||||
tests/report/
|
||||
tests/wayland_protocols/
|
||||
.DS_Store
|
||||
.vscode
|
||||
.idea
|
||||
*.bak
|
||||
tests/test_images/
|
||||
.vs/
|
||||
Reference in New Issue
Block a user