Blame view

.gitignore 825 Bytes
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
1
2
3
4
5
6
7
  #
  # NOTE! Don't add files that are generated in specific
  # subdirectories here. Add them in the ".gitignore" file
  # in that subdirectory instead.
  #
  # Normal rules
  #
ea531e3af   Masahiro Yamada   .gitignore: ingor...
8
  .*
1b4aaffe4   Grant Likely   Add .gitignore files
9
  *.o
ea531e3af   Masahiro Yamada   .gitignore: ingor...
10
11
12
  *.o.*
  *.a
  *.s
667c9a800   Tom Rini   .gitignore: Add ....
13
  *.su
ea531e3af   Masahiro Yamada   .gitignore: ingor...
14
15
16
17
18
  *.mod.c
  *.i
  *.lst
  *.order
  *.elf
650632fe4   Markus Heidelberg   gitignore: add ta...
19
  *.swp
5d1ee00b1   ecc   .gitignore: updat...
20
  *.bin
ea531e3af   Masahiro Yamada   .gitignore: ingor...
21
  *.patch
71a988aa6   Troy Kisky   imximage.cfg: run...
22
  *.cfgtmp
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
23

7050f0de7   Masahiro Yamada   .gitignore: move ...
24
25
  # host programs on Cygwin
  *.exe
5941a61a7   Timo Ketola   Build: Ignore bui...
26
27
  # Build tree
  /build-*
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
28
29
30
  #
  # Top-level generic files
  #
341d2c0e1   Justin Waters   Add additional ML...
31
  /MLO*
600ed3215   Benoît Thébaudeau   .gitignore: Add /SPL
32
  /SPL
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
33
  /System.map
5d0f01570   Masahiro Yamada   .gitignore: ignor...
34
  /u-boot*
a2580ebb7   Masahiro Yamada   kconfig: remove m...
35
  /boards.cfg
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
36
37
  
  #
ea531e3af   Masahiro Yamada   .gitignore: ingor...
38
39
40
41
42
43
  # git files that we don't want to ignore even it they are dot-files
  #
  !.gitignore
  !.mailmap
  
  #
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
44
45
  # Generated files
  #
1b4aaffe4   Grant Likely   Add .gitignore files
46
  /LOG
c71630838   Masahiro Yamada   kbuild: move spl/...
47
  /spl/
93f70dfd5   Masahiro Yamada   .gitignore: ignor...
48
  /tpl/
011243279   Bin Meng   gitignore: Add de...
49
  /defconfig
93f70dfd5   Masahiro Yamada   .gitignore: ignor...
50

1f659b2e5   Masahiro Yamada   .gitignore: ignor...
51
52
53
54
  #
  # Generated include files
  #
  /include/config/
16a354f92   Wolfgang Denk   include/asm-offse...
55
  /include/generated/
16a354f92   Wolfgang Denk   include/asm-offse...
56

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

650632fe4   Markus Heidelberg   gitignore: add ta...
69
  # tags files
082becd0d   Po-Yu Chuang   Add "tags" to .gi...
70
  /tags
650632fe4   Markus Heidelberg   gitignore: add ta...
71
72
  /ctags
  /etags
1dbdc76c1   Masahiro Yamada   .gitignore: add G...
73
74
75
76
77
  # gnu global files
  GPATH
  GRTAGS
  GSYMS
  GTAGS
ea531e3af   Masahiro Yamada   .gitignore: ingor...
78
79
80
81
  
  *.orig
  *~
  \#*#