1# 2# NOTE! Don't add files that are generated in specific 3# subdirectories here. Add them in the ".gitignore" file 4# in that subdirectory instead. 5# 6# Normal rules (sorted alphabetically) 7# 8.* 9!.checkpatch.conf 10*.a 11*.asn1.[ch] 12*.bin 13*.bin[_.]* 14*.cfgout 15*.cover 16*.dtb 17*.dtbo 18*.dtb.S 19*.elf 20*.exe 21*.fit 22*.gcda 23*.gcno 24*.i 25*.img 26*.itb 27*.lex.c 28*.lst 29*.map 30*.mod.c 31*.mbx 32*.o 33*.o.* 34*.order 35*.patch 36*.pem 37*.s 38*.su 39*.swp 40*.tab.[ch] 41*.ti-* 42# Build tree 43/build* 44 45# 46# Top-level generic files 47# 48fit-dtb.blob* 49/MLO* 50/SPL* 51/System.map 52/boards.cfg 53/mkimage-in-simple-bin* 54/simple-bin* 55/u-boot* 56/*.log 57 58# 59# git files that we don't want to ignore even it they are dot-files 60# 61!.gitignore 62!.mailmap 63!.get_maintainer.* 64 65# 66# Generated files 67# 68/spl/ 69/tpl/ 70/defconfig 71/generated_defconfig 72/Test* 73/capsule.*.efi-capsule 74/capsule*.map 75/keep-syms-lto.* 76/*imx8mimage* 77/*imx8mcst* 78/drivers/video/u_boot_logo.S 79/test/overlay/test-fdt-overlay.dtbo.S 80/test/overlay/test-fdt-overlay-stacked.dtbo.S 81capsule_esl_file 82 83# 84# Generated include files 85# 86/include/autoconf.mk* 87/include/config.h 88/include/config/ 89/include/generated/ 90/include/bmp_logo.h 91/include/bmp_logo_data.h 92 93# stgit generated dirs 94patches-* 95.stgit-edit.txt 96 97# quilt's files 98patches 99series 100 101# gdb files 102.gdb_history 103 104# cscope files 105cscope.* 106 107# tags files 108/tags 109/ctags 110/etags 111 112# gnu global files 113GPATH 114GRTAGS 115GSYMS 116GTAGS 117 118*.orig 119*~ 120\#*# 121 122# Python cache 123__pycache__ 124 125# Python code coverage output (python3-coverage html) 126/htmlcov/ 127 128# pylint files 129/pylint.cur 130/pylint.out/ 131 132# qconfig database 133/qconfig.db 134 135# Clang's compilation database file 136/compile_commands.json 137

