Blame view

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

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

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

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