diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-04 11:36:51 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-07 10:59:06 -0500 |
commit | cbac2a6e49d396048bae2c97954e213fb3d2fcb0 (patch) | |
tree | 03beda9201d82f2616f8dca4e0666cfba441d683 | |
parent | cfd13e8dda9d2db3f6bdf32d623aecf10ee1ba50 (diff) | |
download | u-boot-imx-cbac2a6e49d396048bae2c97954e213fb3d2fcb0.zip u-boot-imx-cbac2a6e49d396048bae2c97954e213fb3d2fcb0.tar.gz u-boot-imx-cbac2a6e49d396048bae2c97954e213fb3d2fcb0.tar.bz2 |
xilinx: delete meaningless .gitignore files
config.tmp is never generated
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | board/avnet/fx12mm/.gitignore | 1 | ||||
-rw-r--r-- | board/avnet/v5fx30teval/.gitignore | 1 | ||||
-rw-r--r-- | board/xilinx/ml507/.gitignore | 1 | ||||
-rw-r--r-- | board/xilinx/ppc405-generic/.gitignore | 1 | ||||
-rw-r--r-- | board/xilinx/ppc440-generic/.gitignore | 1 |
6 files changed, 0 insertions, 6 deletions
@@ -1177,7 +1177,6 @@ include/license.h: tools/bin2header COPYING # Directories & files removed with 'make clean' CLEAN_DIRS += $(MODVERDIR) CLEAN_FILES += u-boot.lds include/bmp_logo.h include/bmp_logo_data.h \ - board/*/config.tmp board/*/*/config.tmp \ include/autoconf.mk* include/spl-autoconf.mk \ include/tpl-autoconf.mk diff --git a/board/avnet/fx12mm/.gitignore b/board/avnet/fx12mm/.gitignore deleted file mode 100644 index b644f59..0000000 --- a/board/avnet/fx12mm/.gitignore +++ /dev/null @@ -1 +0,0 @@ -config.tmp diff --git a/board/avnet/v5fx30teval/.gitignore b/board/avnet/v5fx30teval/.gitignore deleted file mode 100644 index f6418a0..0000000 --- a/board/avnet/v5fx30teval/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/config.tmp diff --git a/board/xilinx/ml507/.gitignore b/board/xilinx/ml507/.gitignore deleted file mode 100644 index f6418a0..0000000 --- a/board/xilinx/ml507/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/config.tmp diff --git a/board/xilinx/ppc405-generic/.gitignore b/board/xilinx/ppc405-generic/.gitignore deleted file mode 100644 index b644f59..0000000 --- a/board/xilinx/ppc405-generic/.gitignore +++ /dev/null @@ -1 +0,0 @@ -config.tmp diff --git a/board/xilinx/ppc440-generic/.gitignore b/board/xilinx/ppc440-generic/.gitignore deleted file mode 100644 index f6418a0..0000000 --- a/board/xilinx/ppc440-generic/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/config.tmp |