]> git.ipfire.org Git - thirdparty/u-boot.git/blame - .gitignore
dm: gpio: Add DM compatibility to GPIO driver for Davinci
[thirdparty/u-boot.git] / .gitignore
CommitLineData
a2df4da3
JCPV
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#
ea531e3a 8.*
1b4aaffe 9*.o
ea531e3a
MY
10*.o.*
11*.a
12*.s
667c9a80 13*.su
ea531e3a
MY
14*.mod.c
15*.i
e91610da 16*.lex.c
ea531e3a
MY
17*.lst
18*.order
19*.elf
650632fe 20*.swp
5d1ee00b 21*.bin
ea531e3a 22*.patch
71a988aa 23*.cfgtmp
e91610da 24*.tab.[ch]
a2df4da3 25
7050f0de
MY
26# host programs on Cygwin
27*.exe
28
5941a61a
TK
29# Build tree
30/build-*
31
a2df4da3
JCPV
32#
33# Top-level generic files
34#
6f59fb07 35fit-dtb.blob
341d2c0e 36/MLO*
1f6a6648 37/SPL*
a2df4da3 38/System.map
5d0f0157 39/u-boot*
a2580ebb 40/boards.cfg
a2df4da3 41
ea531e3a
MY
42#
43# git files that we don't want to ignore even it they are dot-files
44#
45!.gitignore
46!.mailmap
47
a2df4da3
JCPV
48#
49# Generated files
50#
c7163083 51/spl/
93f70dfd 52/tpl/
01124327 53/defconfig
93f70dfd 54
1f659b2e
MY
55#
56# Generated include files
57#
58/include/config/
16a354f9 59/include/generated/
16a354f9 60
a2df4da3
JCPV
61# stgit generated dirs
62patches-*
51ecde94 63.stgit-edit.txt
a2df4da3
JCPV
64
65# quilt's files
66patches
67series
68
bfa0af6b
MF
69# gdb files
70.gdb_history
71
a2df4da3
JCPV
72# cscope files
73cscope.*
f2302d44 74
650632fe 75# tags files
082becd0 76/tags
650632fe
MH
77/ctags
78/etags
79
1dbdc76c
MY
80# gnu global files
81GPATH
82GRTAGS
83GSYMS
84GTAGS
ea531e3a
MY
85
86*.orig
87*~
88\#*#
52ff8020
CG
89
90# gcc code coverage files
91*.gcda
92*.gcno