]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blob - .gitignore
sf: spansion: Correct name of S25FL128S 64K Sector part
[glsdk/glsdk-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
7 #
9 *.rej
10 *.orig
11 *.a
12 *.o
13 *.su
14 *~
15 *.swp
16 *.patch
17 *.bin
18 *.cfgtmp
20 # Build tree
21 /build-*
23 #
24 # Top-level generic files
25 #
27 /MLO
28 /SPL
29 /System.map
30 /u-boot
31 /u-boot.hex
32 /u-boot.imx
33 /u-boot-with-spl.imx
34 /u-boot-with-nand-spl.imx
35 /u-boot.map
36 /u-boot.srec
37 /u-boot.ldr
38 /u-boot.ldr.hex
39 /u-boot.ldr.srec
40 /u-boot.img
41 /u-boot.kwb
42 /u-boot.sha1
43 /u-boot.dis
44 /u-boot.lds
45 /u-boot.ubl
46 /u-boot.ais
47 /u-boot.dtb
48 /u-boot.sb
49 /u-boot.geany
51 #
52 # Generated files
53 #
55 *.depend*
56 /LOG
57 /errlog
58 /reloc_off
60 /include/generated/
61 asm-offsets.s
63 # stgit generated dirs
64 patches-*
65 .stgit-edit.txt
67 # quilt's files
68 patches
69 series
71 # gdb files
72 .gdb_history
74 # cscope files
75 cscope.*
77 # tags files
78 /tags
79 /ctags
80 /etags
82 # spl ais files
83 /spl/*.ais