xref: /rk3399_ARM-atf/.gitignore (revision 1ab4df76bfecf0b3f52c8ec0ee5e102d09164b93)
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
22tools/stm32image/*.o
23tools/stm32image/stm32image
24tools/stm32image/stm32image.exe
25
26# GNU GLOBAL files
27GPATH
28GRTAGS
29GSYMS
30GTAGS
31