xref: /rk3399_ARM-atf/.gitignore (revision 466675c23daf37f6f9971b7321910e47c0c0b794)
1# Ignore miscellaneous files
2cscope.*
3*.swp
4*.patch
5*~
6.project
7.cproject
8
9# Ignore build directory
10build/
11
12# Ignore build products from tools
13tools/**/*.o
14tools/fip_create/
15tools/fiptool/fiptool
16tools/fiptool/fiptool.exe
17tools/cert_create/src/*.o
18tools/cert_create/src/**/*.o
19tools/cert_create/cert_create
20tools/cert_create/cert_create.exe
21
22# Ignore header files copied.
23tools/fiptool/firmware_image_package.h
24tools/fiptool/uuid.h
25