summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d2cff7ca9fcc9a0b6881d64cc2229f120dcfcf65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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