Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 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 | # |
Masahiro Yamada | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 6 | # Normal rules (sorted alphabetically) |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 7 | # |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 8 | .* |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 9 | *.a |
Dario Binacchi | 88ef7c7 | 2019-12-29 13:47:32 +0100 | [diff] [blame] | 10 | *.asn1.[ch] |
Masahiro Yamada | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 11 | *.bin |
Baruch Siach | 52c9486 | 2018-06-21 09:03:00 +0300 | [diff] [blame] | 12 | *.cfgout |
Masahiro Yamada | b290956 | 2018-06-11 16:21:50 +0900 | [diff] [blame] | 13 | *.dtb |
Michal Simek | 9a1deeb | 2019-02-21 07:48:54 +0100 | [diff] [blame] | 14 | *.dtbo |
Masahiro Yamada | b290956 | 2018-06-11 16:21:50 +0900 | [diff] [blame] | 15 | *.dtb.S |
Masahiro Yamada | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 16 | *.elf |
| 17 | *.exe |
| 18 | *.gcda |
| 19 | *.gcno |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 20 | *.i |
Michael Trimarchi | 6199626 | 2019-11-09 20:13:57 +0100 | [diff] [blame] | 21 | *.img |
Eugeniu Rosca | d57dd94 | 2018-05-19 14:13:50 +0200 | [diff] [blame] | 22 | *.lex.c |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 23 | *.lst |
Masahiro Yamada | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 24 | *.mod.c |
| 25 | *.o |
| 26 | *.o.* |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 27 | *.order |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 28 | *.patch |
Masahiro Yamada | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 29 | *.s |
| 30 | *.su |
| 31 | *.swp |
Eugeniu Rosca | d57dd94 | 2018-05-19 14:13:50 +0200 | [diff] [blame] | 32 | *.tab.[ch] |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 33 | |
Timo Ketola | 88760df | 2012-04-11 23:33:49 +0000 | [diff] [blame] | 34 | # Build tree |
| 35 | /build-* |
| 36 | |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 37 | # |
| 38 | # Top-level generic files |
| 39 | # |
Vagrant Cascadian | 9c94f50 | 2019-05-02 11:14:10 -0700 | [diff] [blame] | 40 | fit-dtb.blob* |
Justin Waters | 10777ac | 2013-07-11 09:55:01 -0400 | [diff] [blame] | 41 | /MLO* |
Sven Ebenfeld | 9964ebd | 2016-11-06 16:37:58 +0100 | [diff] [blame] | 42 | /SPL* |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 43 | /System.map |
Masahiro Yamada | d034caf | 2014-02-20 17:43:07 +0900 | [diff] [blame] | 44 | /u-boot* |
Masahiro Yamada | 16329f5 | 2014-07-30 14:08:20 +0900 | [diff] [blame] | 45 | /boards.cfg |
Baruch Siach | f1cb4d6 | 2019-04-18 10:46:58 +0300 | [diff] [blame] | 46 | /*.log |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 47 | |
| 48 | # |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 49 | # git files that we don't want to ignore even it they are dot-files |
| 50 | # |
| 51 | !.gitignore |
| 52 | !.mailmap |
| 53 | |
| 54 | # |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 55 | # Generated files |
| 56 | # |
Masahiro Yamada | 1252d20 | 2014-06-09 15:14:11 +0900 | [diff] [blame] | 57 | /spl/ |
Masahiro Yamada | 55f5d8a | 2013-11-26 18:05:45 +0900 | [diff] [blame] | 58 | /tpl/ |
Bin Meng | 6b94c42 | 2015-07-31 00:24:39 -0700 | [diff] [blame] | 59 | /defconfig |
Masahiro Yamada | 55f5d8a | 2013-11-26 18:05:45 +0900 | [diff] [blame] | 60 | |
Masahiro Yamada | b3ab82a | 2014-03-10 10:47:19 +0900 | [diff] [blame] | 61 | # |
| 62 | # Generated include files |
| 63 | # |
| 64 | /include/config/ |
Wolfgang Denk | 81aa2eb | 2010-10-26 00:08:35 +0200 | [diff] [blame] | 65 | /include/generated/ |
Wolfgang Denk | 81aa2eb | 2010-10-26 00:08:35 +0200 | [diff] [blame] | 66 | |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 67 | # stgit generated dirs |
| 68 | patches-* |
Jean-Christophe PLAGNIOL-VILLARD | f4fe348 | 2008-04-12 14:08:45 +0200 | [diff] [blame] | 69 | .stgit-edit.txt |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 70 | |
| 71 | # quilt's files |
| 72 | patches |
| 73 | series |
| 74 | |
Mike Frysinger | 633ae78 | 2008-11-02 01:18:18 -0400 | [diff] [blame] | 75 | # gdb files |
| 76 | .gdb_history |
| 77 | |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 78 | # cscope files |
| 79 | cscope.* |
Stefan Roese | 3762825 | 2008-08-06 14:05:38 +0200 | [diff] [blame] | 80 | |
Markus Heidelberg | 18e33d2 | 2008-09-09 17:31:46 +0200 | [diff] [blame] | 81 | # tags files |
Po-Yu Chuang | bc00f40 | 2009-07-10 18:25:34 +0800 | [diff] [blame] | 82 | /tags |
Markus Heidelberg | 18e33d2 | 2008-09-09 17:31:46 +0200 | [diff] [blame] | 83 | /ctags |
| 84 | /etags |
| 85 | |
Masahiro Yamada | c15771a | 2013-05-12 18:14:05 +0000 | [diff] [blame] | 86 | # gnu global files |
| 87 | GPATH |
| 88 | GRTAGS |
| 89 | GSYMS |
| 90 | GTAGS |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 91 | |
| 92 | *.orig |
| 93 | *~ |
| 94 | \#*# |
Simon Glass | 0c66c08 | 2020-07-09 18:39:25 -0600 | [diff] [blame] | 95 | |
| 96 | # Python cache |
| 97 | __pycache__ |