ledger-app-monero/.gitignore

26 lines
226 B
Plaintext

# Compilation of Ledger's app
src/glyphs.c
src/glyphs.h
bin/
debug/
dep/
obj/
# Editors
.vscode/
.idea/
# Python
*.pyc[cod]
*.egg
__pycache__/
*.egg-info/
.eggs/
.python-version
# Pyinstaller
build/
dist/
*.manifest
*.spec