xref: /openbmc/u-boot/.gitignore (revision 9c653aad)
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*.dts.tmp
24
25# Build tree
26/build-*
27
28#
29# Top-level generic files
30#
31/MLO*
32/SPL
33/System.map
34/u-boot*
35
36#
37# git files that we don't want to ignore even it they are dot-files
38#
39!.gitignore
40!.mailmap
41
42#
43# Generated files
44#
45
46/LOG
47/errlog
48/reloc_off
49
50!/spl/Makefile
51/spl/*
52/tpl/
53
54/include/generated/
55/include/spl-autoconf.mk
56/include/tpl-autoconf.mk
57
58# stgit generated dirs
59patches-*
60.stgit-edit.txt
61
62# quilt's files
63patches
64series
65
66# gdb files
67.gdb_history
68
69# cscope files
70cscope.*
71
72# tags files
73/tags
74/ctags
75/etags
76
77# gnu global files
78GPATH
79GRTAGS
80GSYMS
81GTAGS
82
83*.orig
84*~
85\#*#
86