]> git.ipfire.org Git - people/ms/u-boot.git/blame - .gitignore
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[people/ms/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
16*.lst
17*.order
18*.elf
650632fe 19*.swp
5d1ee00b 20*.bin
ea531e3a 21*.patch
71a988aa 22*.cfgtmp
a2df4da3 23
7050f0de
MY
24# host programs on Cygwin
25*.exe
26
5941a61a
TK
27# Build tree
28/build-*
29
a2df4da3
JCPV
30#
31# Top-level generic files
32#
6f59fb07 33fit-dtb.blob
341d2c0e 34/MLO*
1f6a6648 35/SPL*
a2df4da3 36/System.map
5d0f0157 37/u-boot*
a2580ebb 38/boards.cfg
a2df4da3 39
ea531e3a
MY
40#
41# git files that we don't want to ignore even it they are dot-files
42#
43!.gitignore
44!.mailmap
45
a2df4da3
JCPV
46#
47# Generated files
48#
1b4aaffe 49/LOG
c7163083 50/spl/
93f70dfd 51/tpl/
01124327 52/defconfig
93f70dfd 53
1f659b2e
MY
54#
55# Generated include files
56#
57/include/config/
16a354f9 58/include/generated/
16a354f9 59
34e2c285
PT
60# Since "ee95d10 fdt: Build the new python libfdt module", a number of
61# build artifacts and intermediated from the python libfdt module are
62# installed into the /tools directory.
63/tools/_libfdt.so
64/tools/libfdt.py
65/tools/libfdt.pyc
66/tools/libfdt_wrap.c
67
a2df4da3
JCPV
68# stgit generated dirs
69patches-*
51ecde94 70.stgit-edit.txt
a2df4da3
JCPV
71
72# quilt's files
73patches
74series
75
bfa0af6b
MF
76# gdb files
77.gdb_history
78
a2df4da3
JCPV
79# cscope files
80cscope.*
f2302d44 81
650632fe 82# tags files
082becd0 83/tags
650632fe
MH
84/ctags
85/etags
86
1dbdc76c
MY
87# gnu global files
88GPATH
89GRTAGS
90GSYMS
91GTAGS
ea531e3a
MY
92
93*.orig
94*~
95\#*#