summaryrefslogtreecommitdiff
path: root/.gitignore (plain)
blob: b2d4d3def6b7611cf729df7482c3ca9e897750cd
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*.elf
25*.dmp
26*.map
27*.ta
28*.lds
29
30# host programs on Cygwin
31*.exe
32
33# Build tree
34/build-*
35
36#
37# Top-level generic files
38#
39/MLO*
40/SPL
41/System.map
42/u-boot*
43/boards.cfg
44
45#
46# git files that we don't want to ignore even it they are dot-files
47#
48!.gitignore
49!.mailmap
50
51#
52# Generated include files
53#
54/include/config/
55/include/generated/
56
57# stgit generated dirs
58patches-*
59.stgit-edit.txt
60
61# quilt's files
62patches
63series
64
65# gdb files
66.gdb_history
67
68# cscope files
69cscope.*
70
71# tags files
72/tags
73/ctags
74/etags
75/tags
76