xref: /openbmc/u-boot/.gitignore (revision ffe16911)
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/*
51!/spl/Makefile
52/tpl/
53
54#
55# Generated include files
56#
57/include/config/
58/include/generated/
59/include/spl-autoconf.mk
60/include/tpl-autoconf.mk
61
62# stgit generated dirs
63patches-*
64.stgit-edit.txt
65
66# quilt's files
67patches
68series
69
70# gdb files
71.gdb_history
72
73# cscope files
74cscope.*
75
76# tags files
77/tags
78/ctags
79/etags
80
81# gnu global files
82GPATH
83GRTAGS
84GSYMS
85GTAGS
86
87*.orig
88*~
89\#*#
90