diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-07-31 03:37:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:36 -0400 |
commit | 7f8e00f2b9797ce7235634431d65269d21ef80d2 (patch) | |
tree | 515eb16ef77b48121376f1493c758b4513ebcdd0 /Documentation/dontdiff | |
parent | 96918a35a09f322d57c1a2d41e5b5ab24ea73991 (diff) |
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>
Diffstat (limited to 'Documentation/dontdiff')
-rw-r--r-- | Documentation/dontdiff | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/dontdiff b/Documentation/dontdiff index 595a5ea4c690..7b9551fc6fe3 100644 --- a/Documentation/dontdiff +++ b/Documentation/dontdiff | |||
@@ -18,6 +18,7 @@ | |||
18 | *.moc | 18 | *.moc |
19 | *.mod.c | 19 | *.mod.c |
20 | *.o | 20 | *.o |
21 | *.o.* | ||
21 | *.orig | 22 | *.orig |
22 | *.out | 23 | *.out |
23 | 24 | ||
@@ -163,6 +164,8 @@ raid6tables.c | |||
163 | relocs | 164 | relocs |
164 | series | 165 | series |
165 | setup | 166 | setup |
167 | setup.bin | ||
168 | setup.elf | ||
166 | sim710_d.h* | 169 | sim710_d.h* |
167 | sImage | 170 | sImage |
168 | sm_tbl* | 171 | sm_tbl* |