xref: /openbmc/u-boot/.gitignore (revision 899a8cbb)
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
7#
8.*
9*.o
10*.o.*
11*.a
12*.s
13*.su
14*.mod.c
15*.i
16*.lst
17*.order
18*.elf
19*.swp
20*.bin
21*.patch
22*.cfgtmp
23
24# Build tree
25/build-*
26
27#
28# Top-level generic files
29#
30/MLO*
31/SPL
32/System.map
33/u-boot*
34
35#
36# git files that we don't want to ignore even it they are dot-files
37#
38!.gitignore
39!.mailmap
40
41#
42# Generated files
43#
44
45/LOG
46/errlog
47/reloc_off
48
49/spl/*
50!/spl/Makefile
51/tpl/
52
53#
54# Generated include files
55#
56/include/config/
57/include/generated/
58/include/spl-autoconf.mk
59/include/tpl-autoconf.mk
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