31c31db479
* Add new IrdaApp (half ready), add ButtonMenu * Fix NEC's extension * clang-format * Fix leak * Add submenu optional header * IRDA: add Edit button * clang-format * IrdaApp: Fix scene flow * Add IRDA NEC extended protocol * IRDA: Add address/command length Co-authored-by: SG <who.just.the.doctor@gmail.com>
39 lines
388 B
Plaintext
39 lines
388 B
Plaintext
*.swp
|
|
*.gdb_history
|
|
|
|
|
|
# LSP
|
|
.cache
|
|
compile_commands.json
|
|
|
|
# JetBrains IDEs
|
|
.idea/
|
|
|
|
|
|
# Python VirtEnvironments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
|
|
|
|
# Python Byte-compiled / optimized files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
.obj/
|
|
target_lo/build/
|
|
target_*/build/
|
|
bindings/
|
|
.DS_Store
|
|
.mxproject
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# legendary cmake's
|
|
build
|
|
CMakeLists.txt
|
|
firmware/targets/f2/CMakeLists.txt
|