mcp210x-uart/.gitignore
Ryan Malloy a7f62e5d7e Add Silicon Labs CP210x manufacturing library source
- Library source from AN721SW (cp210xmanufacturing_1.0.tar.gz)
- Manufacturing tool source (cp210xsmt)
- Builds 64-bit shared library with: make LIB_ARCH=64
- Datasheets and app notes in docs/
2026-01-30 10:31:39 -07:00

36 lines
539 B
Plaintext

# Large binary archives - download from Silicon Labs as needed
# See CLAUDE.md for links
docs/app-notes/*.zip
docs/software/*.tar
# Build artifacts
build/
*.o
*.a
# 32-bit Eclipse GUI (doesn't run on 64-bit, too heavy for git)
AN721SW/Linux/customizer/
AN721SW/Mac/
AN721SW/Windows/
# Compressed source tarballs (we extract these)
AN721SW/Linux/LibrarySourcePackages/*.tar.gz
AN721SW/Linux/ManufacturingTool/*.tar.gz
# Editor/IDE
*.swp
*.swo
*~
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Python
__pycache__/
*.pyc
.venv/
*.egg-info/