public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] add generated binaries to gitignore
@ 2009-02-25 23:38 Mike Frysinger
  2009-02-26  7:42 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2009-02-25 23:38 UTC (permalink / raw)
  To: linux-mtd

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 .gitignore                     |   30 ++++++++++++++++++++++++++++++
 mkfs.ubifs/.gitignore          |    1 +
 ubi-utils/.gitignore           |    9 +++++++++
 ubi-utils/new-utils/.gitignore |   10 ++++++++++
 4 files changed, 50 insertions(+), 0 deletions(-)
 create mode 100644 mkfs.ubifs/.gitignore
 create mode 100644 ubi-utils/.gitignore
 create mode 100644 ubi-utils/new-utils/.gitignore

diff --git a/.gitignore b/.gitignore
index 9bf8ccc..a991a3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,35 @@
 *~
 
 #
+# Our programs
+#
+/doc_loadbios
+/docfdisk
+/flash_erase
+/flash_eraseall
+/flash_info
+/flash_lock
+/flash_otp_dump
+/flash_otp_info
+/flash_unlock
+/flashcp
+/ftl_check
+/ftl_format
+/jffs2dump
+/mkfs.jffs2
+/mtd_debug
+/nanddump
+/nandtest
+/nandwrite
+/nftl_format
+/nftldump
+/recv_image
+/rfddump
+/rfdformat
+/serve_image
+/sumtool
+
+#
 # Top-level generic files
 #
 
@@ -24,3 +53,4 @@
 
 # stgit generated dirs
 patches-*
+*.patch
diff --git a/mkfs.ubifs/.gitignore b/mkfs.ubifs/.gitignore
new file mode 100644
index 0000000..6b0e85c
--- /dev/null
+++ b/mkfs.ubifs/.gitignore
@@ -0,0 +1 @@
+/mkfs.ubifs
diff --git a/ubi-utils/.gitignore b/ubi-utils/.gitignore
new file mode 100644
index 0000000..83e8b71
--- /dev/null
+++ b/ubi-utils/.gitignore
@@ -0,0 +1,9 @@
+/bin2nand
+/mkbootenv
+/nand2bin
+/pddcustomize
+/pfi2bin
+/pfiflash
+/ubigen
+/ubimirror
+/unubi
diff --git a/ubi-utils/new-utils/.gitignore b/ubi-utils/new-utils/.gitignore
new file mode 100644
index 0000000..4155cd1
--- /dev/null
+++ b/ubi-utils/new-utils/.gitignore
@@ -0,0 +1,10 @@
+/ubiattach
+/ubicrc32
+/ubidetach
+/ubiformat
+/ubimkvol
+/ubinfo
+/ubinize
+/ubirename
+/ubirmvol
+/ubiupdatevol
-- 
1.6.1.3

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

* Re: [PATCH] add generated binaries to gitignore
  2009-02-25 23:38 [PATCH] add generated binaries to gitignore Mike Frysinger
@ 2009-02-26  7:42 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2009-02-26  7:42 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: linux-mtd

On Wed, 2009-02-25 at 18:38 -0500, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  .gitignore                     |   30 ++++++++++++++++++++++++++++++
>  mkfs.ubifs/.gitignore          |    1 +
>  ubi-utils/.gitignore           |    9 +++++++++
>  ubi-utils/new-utils/.gitignore |   10 ++++++++++
>  4 files changed, 50 insertions(+), 0 deletions(-)
>  create mode 100644 mkfs.ubifs/.gitignore
>  create mode 100644 ubi-utils/.gitignore
>  create mode 100644 ubi-utils/new-utils/.gitignore

Pushed, thank you!

-- 
Best regards,
Artem Bityutskiy (Битюцкий Артём)

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

end of thread, other threads:[~2009-02-26  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25 23:38 [PATCH] add generated binaries to gitignore Mike Frysinger
2009-02-26  7:42 ` Artem Bityutskiy

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