lv_micropython/.gitignore
Amir Gonnen 3fe35f202b dev-6.0 fixes
Fixed lv_conf.h according to template

Fixed makefile include paths
2019-04-05 02:43:56 +03:00

54 lines
636 B
Plaintext

# Compiled Sources
###################
*.o
*.a
*.elf
*.bin
*.map
*.hex
*.dis
*.exe
# Packages
############
# Logs and Databases
######################
*.log
# VIM Swap Files
######################
*.swp
*.swo
# VIM Session Files
######################
Session.vim
# CTags files
######################
tags
# Build directory
######################
build/
# Test failure outputs
######################
tests/*.exp
tests/*.out
# Python cache files
######################
__pycache__/
*.pyc
# Customized Makefile/project overrides
######################
GNUmakefile
user.props
# Generated rst files
######################
genrst/