aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2f9c89d38388c3c6fc853f723fea9650d0fb806c (plain)
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
# Ignore miscellaneous files
cscope.*
*.swp
*.patch
*~
.project
.cproject

# Ignore build directory
build/

# Ignore build products from tools
tools/**/*.o
tools/fip_create/
tools/fiptool/fiptool
tools/fiptool/fiptool.exe
tools/cert_create/src/*.o
tools/cert_create/src/**/*.o
tools/cert_create/cert_create
tools/cert_create/cert_create.exe

# Ignore header files copied.
tools/fiptool/firmware_image_package.h
tools/fiptool/uuid.h

# GNU GLOBAL files
GPATH
GRTAGS
GSYMS
GTAGS