xref: /rk3399_ARM-atf/.gitignore (revision 255f5c8f8879da6b28a48a01291dd52e99029425)
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
21tools/doimage/doimage
22
23# GNU GLOBAL files
24GPATH
25GRTAGS
26GSYMS
27GTAGS
28