update dontdiff file
Updates based on recent .gitignore updates: *.o.*: Says Alexey Dobriyan: These are presumably temporary gcc files, which aren't interesting. setup.bin, setup.elf: new x86 boot code files (from Matthew Wilcox) Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
96918a35a0
commit
7f8e00f2b9
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
*.moc
|
*.moc
|
||||||
*.mod.c
|
*.mod.c
|
||||||
*.o
|
*.o
|
||||||
|
*.o.*
|
||||||
*.orig
|
*.orig
|
||||||
*.out
|
*.out
|
||||||
*.pdf
|
*.pdf
|
||||||
|
@ -163,6 +164,8 @@ raid6tables.c
|
||||||
relocs
|
relocs
|
||||||
series
|
series
|
||||||
setup
|
setup
|
||||||
|
setup.bin
|
||||||
|
setup.elf
|
||||||
sim710_d.h*
|
sim710_d.h*
|
||||||
sImage
|
sImage
|
||||||
sm_tbl*
|
sm_tbl*
|
||||||
|
|
Loading…
Reference in a new issue