From eb58a3b02c1ec6002d83e154ceddc44ef5fc889c Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 25 Jul 2013 13:45:33 +0200 Subject: [PATCH] xilinx: Add gitignore files to ppc platforms Signed-off-by: Michal Simek --- board/xilinx/ppc405-generic/.gitignore | 5 +++++ board/xilinx/ppc440-generic/.gitignore | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 board/xilinx/ppc405-generic/.gitignore create mode 100644 board/xilinx/ppc440-generic/.gitignore diff --git a/board/xilinx/ppc405-generic/.gitignore b/board/xilinx/ppc405-generic/.gitignore new file mode 100644 index 00000000000..739c63eb7ed --- /dev/null +++ b/board/xilinx/ppc405-generic/.gitignore @@ -0,0 +1,5 @@ +config.mk +dts +Makefile +microblaze-generic.c +xparameters.h diff --git a/board/xilinx/ppc440-generic/.gitignore b/board/xilinx/ppc440-generic/.gitignore new file mode 100644 index 00000000000..739c63eb7ed --- /dev/null +++ b/board/xilinx/ppc440-generic/.gitignore @@ -0,0 +1,5 @@ +config.mk +dts +Makefile +microblaze-generic.c +xparameters.h -- 2.47.3