summaryrefslogtreecommitdiff
path: root/.gitignore (plain)
blob: 5fe0ac911888cc54db93376cef2728b69aedf716
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*.diff
24*.bl2
25*.tpl
26*.efuse
27*.encrypt
28
29# folder
30customer/
31
32# host programs on Cygwin
33*.exe
34
35# Build tree
36/build-*
37
38#
39# Top-level generic files
40#
41/MLO*
42/SPL
43/System.map
44/u-boot*
45/boards.cfg
46
47#
48# git files that we don't want to ignore even it they are dot-files
49#
50!.gitignore
51!.mailmap
52
53#
54# Generated files
55#
56/LOG
57/spl/
58/tpl/
59/build/
60
61#
62# Generated include files
63#
64/include/config/
65/include/generated/
66
67# stgit generated dirs
68patches-*
69.stgit-edit.txt
70
71# quilt's files
72patches
73series
74
75# gdb files
76.gdb_history
77
78# cscope files
79cscope.*
80
81# tags files
82/tags
83/ctags
84/etags
85
86# gnu global files
87GPATH
88GRTAGS
89GSYMS
90GTAGS
91
92*.orig
93*~
94\#*#
95