Blame view

.gitignore 836 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
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
18
19
20
21
  
  #
  # Top-level generic files
  #
ea3cd47af   Joe Hershberger   omap4_panda: Igno...
22
  /MLO
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
23
  /System.map
1b4aaffe4   Grant Likely   Add .gitignore files
24
  /u-boot
94a91e248   Mike Frysinger   generate u-boot.l...
25
  /u-boot.hex
c9914404c   Stefano Babic   .gitignore: ignor...
26
  /u-boot.imx
1b4aaffe4   Grant Likely   Add .gitignore files
27
  /u-boot.map
1b4aaffe4   Grant Likely   Add .gitignore files
28
  /u-boot.srec
94a91e248   Mike Frysinger   generate u-boot.l...
29
30
31
  /u-boot.ldr
  /u-boot.ldr.hex
  /u-boot.ldr.srec
5d1ee00b1   ecc   .gitignore: updat...
32
33
34
35
  /u-boot.img
  /u-boot.kwb
  /u-boot.sha1
  /u-boot.dis
4d3758c83   Mike Frysinger   .gitignore: ignor...
36
  /u-boot.lds
7816f2cf8   Heiko Schocher   mkimage: add UBL ...
37
  /u-boot.ubl
d36d88598   Christian Riesch   arm, davinci: Add...
38
  /u-boot.ais
2c0f79e44   Simon Glass   fdt: Add support ...
39
  /u-boot.dtb
30b9b932a   Marek Vasut   iMX28: Add u-boot...
40
  /u-boot.sb
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
41
42
43
44
  
  #
  # Generated files
  #
475088430   Simon Glass   Adjust dependency...
45
  *.depend*
1b4aaffe4   Grant Likely   Add .gitignore files
46
47
48
  /LOG
  /errlog
  /reloc_off
16a354f92   Wolfgang Denk   include/asm-offse...
49
  /include/generated/
2099f9005   Laurence Withers   Tell git to ignor...
50
  asm-offsets.s
16a354f92   Wolfgang Denk   include/asm-offse...
51

a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
52
53
  # stgit generated dirs
  patches-*
51ecde946   Jean-Christophe PLAGNIOL-VILLARD   gitignore: udpate...
54
  .stgit-edit.txt
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
55
56
57
58
  
  # quilt's files
  patches
  series
bfa0af6b2   Mike Frysinger   ignore .gdb_histo...
59
60
  # gdb files
  .gdb_history
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
61
62
  # cscope files
  cscope.*
f2302d443   Stefan Roese   Fix merge problems
63

650632fe4   Markus Heidelberg   gitignore: add ta...
64
  # tags files
082becd0d   Po-Yu Chuang   Add "tags" to .gi...
65
  /tags
650632fe4   Markus Heidelberg   gitignore: add ta...
66
67
  /ctags
  /etags
f2302d443   Stefan Roese   Fix merge problems
68
69
70
71
  # OneNAND IPL files
  /onenand_ipl/onenand-ipl*
  /onenand_ipl/board/*/onenand*
  /onenand_ipl/board/*/*.S