lv_micropython/.gitignore
Amir Gonnen 9a8e9bf833 Update LVGL, bugfixes
Update .gitpod: Add idf44 setup and build commands to prebuild step
Update lv binding script bugfix
Reduce IRAM usage by switching to size optimization. Related: https://github.com/micropython/micropython/issues/8202#issuecomment-1019763797
Reduce IRAM consumption by placing FREERTOS functions into flash. This is needed for higher versions of esp-idf where IRAM overflows without some reduction
2022-01-28 23:10:10 +02:00

70 lines
806 B
Plaintext

# Compiled Sources
###################
*.o
*.a
*.elf
*.bin
*.map
*.hex
*.dis
*.exe
lextab.py
yacctab.py
# Packages
############
# Logs and Databases
######################
*.log
# VIM Swap Files
######################
*.swp
*.swo
*.swn
*.swi
*.swj
*.swk
*.swl
*.swm
# VIM Session Files
######################
Session.vim
# CTags files
######################
tags
TAGS
# Build directories
######################
build/
build-*/
# Test failure outputs
######################
tests/results/*
# Python cache files
######################
__pycache__/
*.pyc
# Customized Makefile/project overrides
######################
GNUmakefile
user.props
ports/javascript/node_modules
.vscode/
# Generated rst files
######################
genrst/
# MacOS desktop metadata files
######################
.DS_Store