xref: /openbmc/u-boot/.gitignore (revision 3eb0fa4c)
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*.a
10*.bin
11*.cfgtmp
12*.elf
13*.exe
14*.gcda
15*.gcno
16*.i
17*.lex.c
18*.lst
19*.mod.c
20*.o
21*.o.*
22*.order
23*.patch
24*.s
25*.su
26*.swp
27*.tab.[ch]
28
29# Build tree
30/build-*
31
32#
33# Top-level generic files
34#
35fit-dtb.blob
36/MLO*
37/SPL*
38/System.map
39/u-boot*
40/boards.cfg
41
42#
43# git files that we don't want to ignore even it they are dot-files
44#
45!.gitignore
46!.mailmap
47
48#
49# Generated files
50#
51/spl/
52/tpl/
53/defconfig
54
55#
56# Generated include files
57#
58/include/config/
59/include/generated/
60
61# stgit generated dirs
62patches-*
63.stgit-edit.txt
64
65# quilt's files
66patches
67series
68
69# gdb files
70.gdb_history
71
72# cscope files
73cscope.*
74
75# tags files
76/tags
77/ctags
78/etags
79
80# gnu global files
81GPATH
82GRTAGS
83GSYMS
84GTAGS
85
86*.orig
87*~
88\#*#
89