]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
Merge commit 'wd/master'
[karo-tx-uboot.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
7 #
8
9 *.rej
10 *.orig
11 *.a
12 *.o
13 *~
14
15 #
16 # Top-level generic files
17 #
18
19 /System.map
20 /u-boot
21 /u-boot.map
22 /u-boot.bin
23 /u-boot.srec
24
25 #
26 # Generated files
27 #
28
29 *.depend
30 /LOG
31 /errlog
32 /reloc_off
33
34 # stgit generated dirs
35 patches-*
36
37 # quilt's files
38 patches
39 series
40
41 # cscope files
42 cscope.*