Blame view

.gitignore 885 Bytes
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
1
2
3
4
5
  #
  # NOTE! Don't add files that are generated in specific
  # subdirectories here. Add them in the ".gitignore" file
  # in that subdirectory instead.
  #
3eb0fa4c9   Masahiro Yamada   .gitignore: sort ...
6
  # Normal rules (sorted alphabetically)
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
7
  #
ea531e3af   Masahiro Yamada   .gitignore: ingor...
8
  .*
ea531e3af   Masahiro Yamada   .gitignore: ingor...
9
  *.a
3eb0fa4c9   Masahiro Yamada   .gitignore: sort ...
10
  *.bin
421be6fca   Baruch Siach   Makefile: drop me...
11
  *.cfgout
28b538b69   Masahiro Yamada   .gitignore: move ...
12
  *.dtb
0a8573052   Michal Simek   .gitignore: Ignor...
13
  *.dtbo
28b538b69   Masahiro Yamada   .gitignore: move ...
14
  *.dtb.S
3eb0fa4c9   Masahiro Yamada   .gitignore: sort ...
15
16
17
18
  *.elf
  *.exe
  *.gcda
  *.gcno
ea531e3af   Masahiro Yamada   .gitignore: ingor...
19
  *.i
e91610da7   Eugeniu Rosca   kconfig: re-sync ...
20
  *.lex.c
ea531e3af   Masahiro Yamada   .gitignore: ingor...
21
  *.lst
3eb0fa4c9   Masahiro Yamada   .gitignore: sort ...
22
23
24
  *.mod.c
  *.o
  *.o.*
ea531e3af   Masahiro Yamada   .gitignore: ingor...
25
  *.order
ea531e3af   Masahiro Yamada   .gitignore: ingor...
26
  *.patch
3eb0fa4c9   Masahiro Yamada   .gitignore: sort ...
27
28
29
  *.s
  *.su
  *.swp
e91610da7   Eugeniu Rosca   kconfig: re-sync ...
30
  *.tab.[ch]
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
31

5941a61a7   Timo Ketola   Build: Ignore bui...
32
33
  # Build tree
  /build-*
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
34
35
36
  #
  # Top-level generic files
  #
6f59fb07f   Cooper Jr., Franklin   Makefile: Build a...
37
  fit-dtb.blob
341d2c0e1   Justin Waters   Add additional ML...
38
  /MLO*
1f6a66480   Sven Ebenfeld   Makefile: preserv...
39
  /SPL*
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
40
  /System.map
5d0f01570   Masahiro Yamada   .gitignore: ignor...
41
  /u-boot*
a2580ebb7   Masahiro Yamada   kconfig: remove m...
42
  /boards.cfg
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
43
44
  
  #
ea531e3af   Masahiro Yamada   .gitignore: ingor...
45
46
47
48
49
50
  # 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 ...
51
52
  # Generated files
  #
c71630838   Masahiro Yamada   kbuild: move spl/...
53
  /spl/
93f70dfd5   Masahiro Yamada   .gitignore: ignor...
54
  /tpl/
011243279   Bin Meng   gitignore: Add de...
55
  /defconfig
93f70dfd5   Masahiro Yamada   .gitignore: ignor...
56

1f659b2e5   Masahiro Yamada   .gitignore: ignor...
57
58
59
60
  #
  # Generated include files
  #
  /include/config/
16a354f92   Wolfgang Denk   include/asm-offse...
61
  /include/generated/
16a354f92   Wolfgang Denk   include/asm-offse...
62

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

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