diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2011-03-12 17:44:10 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-08 18:51:18 -0600 |
commit | c49f8789f532ae39019135ca038e9bc0d15aaa4a (patch) | |
tree | d9b44eb4480d4e13436fda3cde39ea6f1e2f16a8 /arch | |
parent | 59c5f46fbe01a00eedf54a23789634438bb80603 (diff) | |
download | linux-c49f8789f532ae39019135ca038e9bc0d15aaa4a.tar.bz2 |
dtc/powerpc: remove obsolete .gitignore entries
dtc was moved and .gitignores have been added to the new location. So, we can
delete the old, forgotten ones.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/.gitignore | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/dtc-src/.gitignore | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index 3d80c3e9cf60..12da77ec0228 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore @@ -1,5 +1,4 @@ addnote -dtc empty.c hack-coff infblock.c diff --git a/arch/powerpc/boot/dtc-src/.gitignore b/arch/powerpc/boot/dtc-src/.gitignore deleted file mode 100644 index a7c3f94e5e75..000000000000 --- a/arch/powerpc/boot/dtc-src/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -dtc-lexer.lex.c -dtc-parser.tab.c -dtc-parser.tab.h |