-
Notifications
You must be signed in to change notification settings - Fork 85
/
.gitignore
84 lines (69 loc) · 1.29 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
target
**/*.rs.bk
/emulation/peripherals.csproj
/emulation/obj
# auto-generated
services/xous-ticktimer/src/version.rs
apps/i18n.json
services/gam/src/apps.rs
services/status/src/app_autogen.rs
services/cram-console/src/app_autogen.rs
# shouldn't be committed
apps/vault/tools/crypto_data
tools/v2p.txt
*.map
# Emacs
*~
# local utility shellscripts
update-precursors.sh
buildpush.ps1
# local-only routines used to start builds
/*.ps1
/*.bat
/*.sh
# notes to myself
/*.txt
tools/test-backup-analyze.sh
# SSH id file for convenience
/id_pi
# pddb debug files
tools/pddb-images/
tools/__pycache__
# PDDB backup files
*.pddb
# PDDB for mtxcli (only for testing in hosted mode)
/kernel/mtxcli
# performance monitoring page table
tools/ct_data/v2p.txt
# renode will tickle this every time you run it, but you shouldn't commit that back to the tree
/emulation/linux-server-rootfs.jffs2
# don't record weirdnesses dealing with vscode
.vscode
.vs
settings.json
# Emacs backup files
*~
# don't commit local modifications to the Renode filesystem template
emulation/linux-server-rootfs.jffs2
# bloat analyzer reports
reports/
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
*.pyc
MANIFEST