xref: /rk3399_rockchip-uboot/.gitignore (revision 30942b18b66f35f2ceedab39af10e9eccaa943cc)
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*.rej
10*.orig
11*.a
12*.o
13
14#
15# Top-level generic files
16#
17
18/System.map
19/u-boot
20/u-boot.hex
21/u-boot.map
22/u-boot.bin
23/u-boot.srec
24/u-boot.ldr
25/u-boot.ldr.hex
26/u-boot.ldr.srec
27
28#
29# Generated files
30#
31
32*.depend
33/LOG
34/errlog
35/reloc_off
36
37# stgit generated dirs
38patches-*
39
40# quilt's files
41patches
42series
43
44# cscope files
45cscope.*
46