public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] xilinx: delete meaningless .gitignore files
@ 2014-03-04  2:36 Masahiro Yamada
  2014-03-04  6:10 ` Michal Simek
  2014-03-07 22:28 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Masahiro Yamada @ 2014-03-04  2:36 UTC (permalink / raw)
  To: u-boot

config.tmp is never generated

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Michal Simek <michal.simek@xilinx.com>
---

Hi Michal,

This patch is here because
as far as I tested, config.tmp file were never generated.

If I am doing a wrong thing,
please stop me.


 Makefile                               | 1 -
 board/avnet/fx12mm/.gitignore          | 1 -
 board/avnet/v5fx30teval/.gitignore     | 1 -
 board/xilinx/ml507/.gitignore          | 1 -
 board/xilinx/ppc405-generic/.gitignore | 1 -
 board/xilinx/ppc440-generic/.gitignore | 1 -
 6 files changed, 6 deletions(-)
 delete mode 100644 board/avnet/fx12mm/.gitignore
 delete mode 100644 board/avnet/v5fx30teval/.gitignore
 delete mode 100644 board/xilinx/ml507/.gitignore
 delete mode 100644 board/xilinx/ppc405-generic/.gitignore
 delete mode 100644 board/xilinx/ppc440-generic/.gitignore

diff --git a/Makefile b/Makefile
index 1e55be1..c93dfa5 100644
--- a/Makefile
+++ b/Makefile
@@ -1167,7 +1167,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
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] xilinx: delete meaningless .gitignore files
@ 2014-03-04  2:26 Masahiro Yamada
  2014-03-04  2:39 ` Masahiro Yamada
  0 siblings, 1 reply; 5+ messages in thread
From: Masahiro Yamada @ 2014-03-04  2:26 UTC (permalink / raw)
  To: u-boot

config.tmp is never generated

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

Hi Michal,

This patch is here because
as far as I tested, config.tmp file were never generated.

If I am doing a wrong thing,
please stop me.


 Makefile                               | 1 -
 board/avnet/fx12mm/.gitignore          | 1 -
 board/avnet/v5fx30teval/.gitignore     | 1 -
 board/xilinx/ml507/.gitignore          | 1 -
 board/xilinx/ppc405-generic/.gitignore | 1 -
 board/xilinx/ppc440-generic/.gitignore | 1 -
 6 files changed, 6 deletions(-)
 delete mode 100644 board/avnet/fx12mm/.gitignore
 delete mode 100644 board/avnet/v5fx30teval/.gitignore
 delete mode 100644 board/xilinx/ml507/.gitignore
 delete mode 100644 board/xilinx/ppc405-generic/.gitignore
 delete mode 100644 board/xilinx/ppc440-generic/.gitignore

diff --git a/Makefile b/Makefile
index 1e55be1..c93dfa5 100644
--- a/Makefile
+++ b/Makefile
@@ -1167,7 +1167,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
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-03-07 22:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04  2:36 [U-Boot] [PATCH] xilinx: delete meaningless .gitignore files Masahiro Yamada
2014-03-04  6:10 ` Michal Simek
2014-03-07 22:28 ` [U-Boot] " Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2014-03-04  2:26 [U-Boot] [PATCH] " Masahiro Yamada
2014-03-04  2:39 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox