Blame view

.gitignore 952 Bytes
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
1
2
3
4
5
6
7
8
9
  #
  # NOTE! Don't add files that are generated in specific
  # subdirectories here. Add them in the ".gitignore" file
  # in that subdirectory instead.
  #
  # Normal rules
  #
  
  *.rej
1b4aaffe4   Grant Likely   Add .gitignore files
10
11
12
  *.orig
  *.a
  *.o
667c9a800   Tom Rini   .gitignore: Add ....
13
  *.su
0c9d42e6b   Niklaus Giger   Add *~ to .gitignore
14
  *~
650632fe4   Markus Heidelberg   gitignore: add ta...
15
  *.swp
51ecde946   Jean-Christophe PLAGNIOL-VILLARD   gitignore: udpate...
16
  *.patch
5d1ee00b1   ecc   .gitignore: updat...
17
  *.bin
71a988aa6   Troy Kisky   imximage.cfg: run...
18
  *.cfgtmp
cc4f427bb   Stephen Warren   dts/Makefile: sim...
19
  *.dts.tmp
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
20

5941a61a7   Timo Ketola   Build: Ignore bui...
21
22
  # Build tree
  /build-*
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
23
24
25
  #
  # Top-level generic files
  #
341d2c0e1   Justin Waters   Add additional ML...
26
  /MLO*
600ed3215   Benoît Thébaudeau   .gitignore: Add /SPL
27
  /SPL
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
28
  /System.map
1b4aaffe4   Grant Likely   Add .gitignore files
29
  /u-boot
94a91e248   Mike Frysinger   generate u-boot.l...
30
  /u-boot.hex
c9914404c   Stefano Babic   .gitignore: ignor...
31
  /u-boot.imx
ba5976092   Benoît Thébaudeau   imx: Add u-boot-w...
32
  /u-boot-with-spl.imx
7d5a5c79c   Benoît Thébaudeau   imx: Add u-boot-w...
33
  /u-boot-with-nand-spl.imx
1b4aaffe4   Grant Likely   Add .gitignore files
34
  /u-boot.map
1b4aaffe4   Grant Likely   Add .gitignore files
35
  /u-boot.srec
94a91e248   Mike Frysinger   generate u-boot.l...
36
37
38
  /u-boot.ldr
  /u-boot.ldr.hex
  /u-boot.ldr.srec
5d1ee00b1   ecc   .gitignore: updat...
39
40
41
42
  /u-boot.img
  /u-boot.kwb
  /u-boot.sha1
  /u-boot.dis
4d3758c83   Mike Frysinger   .gitignore: ignor...
43
  /u-boot.lds
7816f2cf8   Heiko Schocher   mkimage: add UBL ...
44
  /u-boot.ubl
d36d88598   Christian Riesch   arm, davinci: Add...
45
  /u-boot.ais
2c0f79e44   Simon Glass   fdt: Add support ...
46
  /u-boot.dtb
30b9b932a   Marek Vasut   iMX28: Add u-boot...
47
  /u-boot.sb
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
48
49
50
51
  
  #
  # Generated files
  #
475088430   Simon Glass   Adjust dependency...
52
  *.depend*
1b4aaffe4   Grant Likely   Add .gitignore files
53
54
55
  /LOG
  /errlog
  /reloc_off
93f70dfd5   Masahiro Yamada   .gitignore: ignor...
56
57
58
  /spl/
  !/spl/Makefile
  /tpl/
16a354f92   Wolfgang Denk   include/asm-offse...
59
  /include/generated/
010d54c48   Daniel Schwierzeck   .gitignore: add a...
60
61
  /include/spl-autoconf.mk
  /include/tpl-autoconf.mk
2099f9005   Laurence Withers   Tell git to ignor...
62
  asm-offsets.s
16a354f92   Wolfgang Denk   include/asm-offse...
63

a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
64
65
  # stgit generated dirs
  patches-*
51ecde946   Jean-Christophe PLAGNIOL-VILLARD   gitignore: udpate...
66
  .stgit-edit.txt
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
67
68
69
70
  
  # quilt's files
  patches
  series
bfa0af6b2   Mike Frysinger   ignore .gdb_histo...
71
72
  # gdb files
  .gdb_history
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
73
74
  # cscope files
  cscope.*
f2302d443   Stefan Roese   Fix merge problems
75

650632fe4   Markus Heidelberg   gitignore: add ta...
76
  # tags files
082becd0d   Po-Yu Chuang   Add "tags" to .gi...
77
  /tags
650632fe4   Markus Heidelberg   gitignore: add ta...
78
79
  /ctags
  /etags
1dbdc76c1   Masahiro Yamada   .gitignore: add G...
80
81
82
83
84
  # gnu global files
  GPATH
  GRTAGS
  GSYMS
  GTAGS