-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
109 lines (86 loc) · 2.08 KB
/
Copy path.gitignore
File metadata and controls
109 lines (86 loc) · 2.08 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
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
102
103
104
105
106
107
108
109
# Ignore all generated files :
*.[oa]
*.cmd
*.tmp*
*.log
*.ko
*.mk
*.builtin
*.dtb
*.su
*.pyc
*.backup
*.itb
build/bitbake
build/bitbake.lock
build/cache
# Per-machine bitbake overrides, included by build/meta/conf/bitbake.conf
/build/conf/site.conf
# Generated on every build.sh / deploy.sh by
# scripts/common/bblayers.sh:regen_boot_chain — the boot chain in effect.
/build/conf/auto.conf
# Written by the deploy (bsp_<plat>.inc) for scripts/st.sh: how to start the
# machine. Listed here and not in filesystem/.gitignore, which the ".*" rule
# below keeps untracked — a rule there would never leave this machine.
/filesystem/boot.conf
# TEZI HTTP feed published by deploy.sh, plus the feed server's pid/log.
# Deliberately outside build/tmp so a clean does not wipe a feed a board
# may be installing from.
/build/deploy/
**/doxy/**
**/generated/**
**/rootfs/build/**
**/rootfs/host/**
**/rootfs/target/**
**/doc/build/**
**/linux/usr/build/**
avz/**
vmlinux*
uImage*
modules.order
**/include/config/**
# Generated cpio
*.cpio
# file from filesystem directory
filesystem/p1
filesystem/p2
filesystem/sdcard.img.*
filesystem/work
# Backup files
*~
*.d
*.back
# '*.d' above targets dependency files, but it also matches the *directory*
# etc/init.d in the rootfs overlays — git then never descends into it and every
# boot script there is silently invisible (S30soo only made it in through a
# 'git add -f'). Un-ignore the directory itself.
!**/init.d/
# Hidden files
.*
# Bitbake build
**/build/tmp/**
# Build system generated directories
/u-boot
/qemu
/linux/linux
/rootfs/buildroot
/so3
# == except the followings:
#Don't ignore the ignore file ;-)
!.gitignore
#TaMPLate files for the man documentation
!*.tmpl
# GitHub Actions workflows
!.github
!.github/**
# do_attach_infrabase manifests (build artifacts)
*.attach.sha256
*.attach.pf
*.back/
# --- Build-generated / attached at build time (materialized from patch sets / fetch) ---
/linux/usr/src/graphic/
/linux/usr/src/lvgl/
/filesystem/u-boot.bin
# Rendered ITS + .itb output (do_render_its), regenerated each build
linux/images/
so3/images/