-
Notifications
You must be signed in to change notification settings - Fork 72
/
.gitignore
83 lines (65 loc) · 1.38 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
.clangd
doc/docs-gui/
build-*/
MuditaOS.log
.vscode/ipch
.vscode/.cortex-debug.*
lib/
env.cmake
config/config_target\.h
config/*.tgz
OzoneJlink\.jdebug\.user
#no eclipse please
.cproject
.project
.settings/
\.idea/vcs\.xml
\.idea/workspace\.xml
\.idea/codeStyles/
\.idea/inspectionProfiles/
src/git-fame
compile_commands.json
source/version.hpp
**/*.pyc
./doc/docs-gui/
docker/cmake-3.17.0-Linux-x86_64.tar.gz
docker/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
LAST_STEP
.gdb_history
CMakeLists.txt.user
config/runner_settings
docker/Dockerfile.runner
docker/Dockerfile
docker/assets/actions*
docker/assets/cmake*
docker/assets/gcc-arm*
docker/assets/requirements*
# vim temporary files
*.swp
*.swo
tags
.ycm_extra_conf.py
update/*
# build in docker files
.ccache/
.bash_history
# often created by the visual studio code
/null.d
# macOS spotlight indexing files
*.DS_Store
test/test_env
image/luts.bin
image/assets/fonts/*
scripts/lua/migration/test/databases/*
scripts/lua/migration/test/migrations/*
scripts/lua/test/assets*
scripts/lua/test/device/user/temp/recovery_status.json
scripts/lua/test/update/user/*
scripts/lua/test/update/target/*
scripts/lua/test/update/system/*
scripts/lua/test/update_udm/user/*
scripts/lua/test/update_udm/target/*
scripts/lua/test/update_udm/system/*
scripts/lua/test/restore/user/*
scripts/lua/test/restore/target/*
scripts/lua/test/restore/system/*