Skip to content

Commit

Permalink
powerpc: Have git ignore generated files from dtc compile
Browse files Browse the repository at this point in the history
Have git ignore generated files from dtc compile

Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Sean MacLennan <smaclennan@pikatech.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Jon Smirl authored and Benjamin Herrenschmidt committed Jun 26, 2009
1 parent 5a2642f commit b810c6e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/powerpc/boot/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ zImage.pseries
zconf.h
zlib.h
zutil.h
fdt.c
fdt.h
fdt_ro.c
fdt_rw.c
fdt_strerror.c
fdt_sw.c
fdt_wip.c
libfdt.h
libfdt_internal.h

5 changes: 5 additions & 0 deletions scripts/dtc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dtc
dtc-lexer.lex.c
dtc-parser.tab.c
dtc-parser.tab.h

0 comments on commit b810c6e

Please sign in to comment.