Blame view

.gitignore 819 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
cc4f427bb   Stephen Warren   dts/Makefile: sim...
23
  *.dts.tmp
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
24

5941a61a7   Timo Ketola   Build: Ignore bui...
25
26
  # Build tree
  /build-*
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
27
28
29
  #
  # Top-level generic files
  #
341d2c0e1   Justin Waters   Add additional ML...
30
  /MLO*
600ed3215   Benoît Thébaudeau   .gitignore: Add /SPL
31
  /SPL
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
32
  /System.map
5d0f01570   Masahiro Yamada   .gitignore: ignor...
33
  /u-boot*
a2df4da31   Jean-Christophe PLAGNIOL-VILLARD   Add missing file ...
34
35
  
  #
ea531e3af   Masahiro Yamada   .gitignore: ingor...
36
37
38
39
40
41
  # 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 ...
42
43
  # Generated files
  #
1b4aaffe4   Grant Likely   Add .gitignore files
44
45
46
  /LOG
  /errlog
  /reloc_off
93f70dfd5   Masahiro Yamada   .gitignore: ignor...
47
  !/spl/Makefile
86a8b3a20   Dan Murphy   spl: common: Prop...
48
  /spl/*
93f70dfd5   Masahiro Yamada   .gitignore: ignor...
49
  /tpl/
16a354f92   Wolfgang Denk   include/asm-offse...
50
  /include/generated/
010d54c48   Daniel Schwierzeck   .gitignore: add a...
51
52
  /include/spl-autoconf.mk
  /include/tpl-autoconf.mk
16a354f92   Wolfgang Denk   include/asm-offse...
53

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

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