Blame view

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

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

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