rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # Ignore miscellaneous files |
| 2 | cscope.* |
| 3 | *.swp |
| 4 | *.patch |
| 5 | *~ |
| 6 | .project |
| 7 | .cproject |
| 8 | |
| 9 | # Ignore build directory |
| 10 | build/ |
| 11 | |
| 12 | # Ignore build products from tools |
| 13 | tools/**/*.o |
| 14 | tools/fip_create/ |
| 15 | tools/fiptool/fiptool |
| 16 | tools/fiptool/fiptool.exe |
| 17 | tools/cert_create/src/*.o |
| 18 | tools/cert_create/src/**/*.o |
| 19 | tools/cert_create/cert_create |
| 20 | tools/cert_create/cert_create.exe |
| 21 | tools/doimage/doimage |
| 22 | tools/stm32image/*.o |
| 23 | tools/stm32image/stm32image |
| 24 | tools/stm32image/stm32image.exe |
| 25 | |
| 26 | # GNU GLOBAL files |
| 27 | GPATH |
| 28 | GRTAGS |
| 29 | GSYMS |
| 30 | GTAGS |