usb: add Marvell Kirkwood ehci host controller driver
[u-boot-kw.git] / .gitignore
blobe13fc96322f72db3945e150e6beb2bd37ee2e7da
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.
6 # Normal rules
9 *.rej
10 *.orig
11 *.a
12 *.o
14 *.swp
15 *.patch
18 # Top-level generic files
21 /System.map
22 /u-boot
23 /u-boot.hex
24 /u-boot.map
25 /u-boot.bin
26 /u-boot.srec
27 /u-boot.ldr
28 /u-boot.ldr.hex
29 /u-boot.ldr.srec
30 /u-boot-onenand.bin
31 /u-boot-flexonenand.bin
34 # Generated files
37 *.depend
38 /LOG
39 /errlog
40 /reloc_off
42 # stgit generated dirs
43 patches-*
44 .stgit-edit.txt
46 # quilt's files
47 patches
48 series
50 # gdb files
51 .gdb_history
53 # cscope files
54 cscope.*
56 # tags files
57 /ctags
58 /etags
60 # OneNAND IPL files
61 /onenand_ipl/onenand-ipl*
62 /onenand_ipl/board/*/onenand*
63 /onenand_ipl/board/*/*.S