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