-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (52 loc) · 1.09 KB
/
Copy path.gitignore
File metadata and controls
61 lines (52 loc) · 1.09 KB
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
# fprime items
logs/
cmake-build-*
build-artifacts/
build-gtest/
build-fprime-*
*-template
*.template.cpp
*.template.hpp
# Zephyr workspace
lib/zephyr-workspace/*
# MkDocs
/site/
# Misc
/venv/
/keys/
/fprime-venv/
/.idea/
/.vscode/*
!/.vscode/launch.json
!/.vscode/tasks.json
.DS_Store
*.gcov
build
settings.ini
Framing/uv.lock
/sequences/*.bin
/.cache/
*.uf2
*.hex
*.elf
/tools/openocd
**/__pycache__/
**/*.egg-info/
/bin/
_codeql_detected_source_root
# Generated authentication files (generated at build time)
PROVESFlightControllerReference/Components/Authenticate/AuthDefaultKey.h
FprimeZephyrReference/Components/Authenticate/AuthDefaultKey.h
spi
# Generated spi_dict.txt
UploadsFilesystem/AuthenticateFiles/spi_dict.txt
Framing/src/sequence_number.bin
lib/fprime-extras/
# YAMCS generated dictionary (built from build-artifacts via make yamcs-dict)
yamcs/yamcs-data/mdb/*.xml
# YAMCS runtime data directory (created at startup by fprime-yamcs)
yamcs/yamcs-runtime/
# CircuitPython passthrough
/circuit-python-passthrough/firmware.uf2
/circuit-python-passthrough/lib/
/circuit-python-passthrough/tools/