-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·66 lines (55 loc) · 963 Bytes
/
.gitignore
File metadata and controls
executable file
·66 lines (55 loc) · 963 Bytes
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
# Ignore all generated files :
*.[oa]
*.cmd
*.tmp*
*.log
*.ko
*.mk
*.builtin
*.dtb
*.su
*.itb
**/doxy/**
**/generated/**
**/optee_os/out/**
**/build
#vmlinux*
uImage*
domains*
modules.order
vmlinux.*dom*
**/include/config/**
# QEMU downloaded by build.sh script
qemu
# Backup files
*~
# Hidden files
.*
# Eclipse stuff
*.launch
agency/rootfs/build/**
agency/rootfs/host/**
agency/rootfs/images/**
agency/rootfs/target/**
# except the followings:
!.gitignore #Don't ignore the ignore file ;-)
!.github
!*.tmpl #TaMPLate files for the man documentation
!.clang-format
!buildroot/**
!buildroot/docs/manual/*.mk
!agency/rootfs/*.mk
!agency/rootfs/package/**
!agency/rootfs/board/**/*.d
*asm-offsets.s
so3/so3
so3/so3.bin
usr/lib/libc/include/asm
rootfs/rootfs.fat
filesystem/sdcard.img.*
so3/scripts/basic/fixdep
so3/scripts/dtc/dtc
so3/scripts/kconfig/conf
so3/scripts/kconfig/lex.zconf.c
so3/scripts/kconfig/zconf.hash.c
so3/scripts/kconfig/zconf.tab.c