]> git.ipfire.org Git - people/ms/u-boot.git/blame - .gitignore
kbuild: remove unnecessary adjustment for Cygwin
[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
5941a61a
TK
24# Build tree
25/build-*
26
a2df4da3
JCPV
27#
28# Top-level generic files
29#
341d2c0e 30/MLO*
600ed321 31/SPL
a2df4da3 32/System.map
5d0f0157 33/u-boot*
a2df4da3 34
ea531e3a
MY
35#
36# git files that we don't want to ignore even it they are dot-files
37#
38!.gitignore
39!.mailmap
40
a2df4da3
JCPV
41#
42# Generated files
43#
44
1b4aaffe
GL
45/LOG
46/errlog
47/reloc_off
48
86a8b3a2 49/spl/*
7e18a1b9 50!/spl/Makefile
93f70dfd
MY
51/tpl/
52
1f659b2e
MY
53#
54# Generated include files
55#
56/include/config/
16a354f9 57/include/generated/
010d54c4
DS
58/include/spl-autoconf.mk
59/include/tpl-autoconf.mk
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\#*#