-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
101 lines (85 loc) · 1.65 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# SPDX-FileCopyrightText: Copyright (c) 2016-2021 Damien P. George (http://micropython.org/)
# SPDX-FileCopyrightText: © 2021 Foundation Devices, Inc. <hello@foundationdevices.com>
# SPDX-License-Identifier: GPL-3.0-or-later
# Compiled Sources
###################
*.o
*.a
*.elf
*.bin
*.map
*.hex
*.dis
*.exe
*.d
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-*/
*-beta-*/
# Test failure outputs
######################
tests/*.exp
tests/*.out
tests/results/*
# Python cache files
######################
__pycache__/
*.pyc
.pytest_cache/
# Customized Makefile/project overrides
######################
GNUmakefile
user.props
ports/javascript/node_modules
# Generated rst files
######################
genrst/
# MacOS desktop metadata files
######################
.DS_Store
# Passport
######################
extmod/foundation-rust/target
mpy-cross/mpy-cross-docker
ports/stm32/boards/Passport/tools/cosign/x86
ports/stm32/boards/Passport/tools/add-secrets/x86
ports/stm32/boards/Passport/bootloader/dev-secrets/
ports/stm32/boards/Passport/bootloader/version_info.c
ports/stm32/boards/Passport/bootloader/secrets*
ports/stm32/ditto/ditto-component-library.json
ports/stm32/ditto/index.js
ports/stm32/ditto/Envoy \+ PP Clean Start.json
ports/stm32/secrets*
ports/unix/passport-mpy
simulator/ENV/
simulator/work/
simulator/work/microsd/backups/
simulator/snapshots/
*.gif
*.pem
.vscode