Blame view

.gitignore 484 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
  *~
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
14
15
16
17
18
19
  
  #
  # Top-level generic files
  #
  
  /System.map
1b4aaffe4   Grant Likely   Add .gitignore files
20
  /u-boot
94a91e248   Mike Frysinger   generate u-boot.l...
21
  /u-boot.hex
1b4aaffe4   Grant Likely   Add .gitignore files
22
23
24
  /u-boot.map
  /u-boot.bin
  /u-boot.srec
94a91e248   Mike Frysinger   generate u-boot.l...
25
26
27
  /u-boot.ldr
  /u-boot.ldr.hex
  /u-boot.ldr.srec
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
28
29
30
31
32
33
  
  #
  # Generated files
  #
  
  *.depend
1b4aaffe4   Grant Likely   Add .gitignore files
34
35
36
  /LOG
  /errlog
  /reloc_off
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
37
38
39
40
41
42
43
44
45
  # stgit generated dirs
  patches-*
  
  # quilt's files
  patches
  series
  
  # cscope files
  cscope.*