diff options
author | Jochen Friedrich <jochen@scram.de> | 2007-12-31 11:14:53 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-16 22:57:09 -0500 |
commit | 9eb81bdf12efd32661a8eb97a5aaa6b7a1d3c795 (patch) | |
tree | 99b12ce69f1de0f65cbec39908f32262a33fc292 /arch/powerpc/boot | |
parent | 66524b220a2929625e4c39ec692d3a4698e761fb (diff) |
[POWERPC] Update .gitignore files
Update .gitignore as needed by dtc addition.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/.gitignore | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/dtc-src/.gitignore | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index 65f4118cbe78..b160322a87ad 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore | |||
@@ -1,4 +1,5 @@ | |||
1 | addnote | 1 | addnote |
2 | dtc | ||
2 | empty.c | 3 | empty.c |
3 | hack-coff | 4 | hack-coff |
4 | infblock.c | 5 | infblock.c |
diff --git a/arch/powerpc/boot/dtc-src/.gitignore b/arch/powerpc/boot/dtc-src/.gitignore new file mode 100644 index 000000000000..a7c3f94e5e75 --- /dev/null +++ b/arch/powerpc/boot/dtc-src/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | dtc-lexer.lex.c | ||
2 | dtc-parser.tab.c | ||
3 | dtc-parser.tab.h | ||