doc: fix mistyped "env flags" command
[pandora-u-boot.git] / .gitignore
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 (sorted alphabetically)
7 #
8 .*
9 !.checkpatch.conf
10 *.a
11 *.asn1.[ch]
12 *.bin
13 *.cfgout
14 *.cover
15 *.dtb
16 *.dtbo
17 *.dtb.S
18 *.elf
19 *.exe
20 *.gcda
21 *.gcno
22 *.i
23 *.img
24 *.lex.c
25 *.lst
26 *.mod.c
27 *.mbx
28 *.o
29 *.o.*
30 *.order
31 *.patch
32 *.s
33 *.su
34 *.swp
35 *.tab.[ch]
36
37 # Build tree
38 /build*
39
40 #
41 # Top-level generic files
42 #
43 fit-dtb.blob*
44 /MLO*
45 /SPL*
46 /System.map
47 /boards.cfg
48 /mkimage-in-simple-bin*
49 /simple-bin*
50 /u-boot*
51 /*.log
52
53 #
54 # git files that we don't want to ignore even it they are dot-files
55 #
56 !.gitignore
57 !.mailmap
58 !.get_maintainer.*
59
60 #
61 # Generated files
62 #
63 /spl/
64 /tpl/
65 /defconfig
66
67 #
68 # Generated include files
69 #
70 /include/autoconf.mk*
71 /include/config.h
72 /include/config/
73 /include/generated/
74
75 # stgit generated dirs
76 patches-*
77 .stgit-edit.txt
78
79 # quilt's files
80 patches
81 series
82
83 # gdb files
84 .gdb_history
85
86 # cscope files
87 cscope.*
88
89 # tags files
90 /tags
91 /ctags
92 /etags
93
94 # gnu global files
95 GPATH
96 GRTAGS
97 GSYMS
98 GTAGS
99
100 *.orig
101 *~
102 \#*#
103
104 # Python cache
105 __pycache__
106
107 # Python code coverage output (python3-coverage html)
108 /htmlcov/
109
110 # pylint files
111 /pylint.cur
112 /pylint.out/
113
114 # qconfig database
115 /qconfig.db
116
117 # Clang's compilation database file
118 /compile_commands.json