All of lore.kernel.org
 help / color / mirror / Atom feed
From: ito at mlb.co.jp <ito@mlb.co.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re: [patch] add .gitignore
Date: Wed, 05 Apr 2006 23:30:02 +0900 (JST)	[thread overview]
Message-ID: <20060405.233002.48531924.ito@mlb.co.jp> (raw)

Hello
 
add .gitignore

Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>

CHANGELOG:

* add .gitignore
  Patch by Hiroshi Ito, 5 Apr 2006

--------
Hiroshi Ito
Media Lab. Inc.,
URL http://www.mlb.co.jp ( Sorry, Japanese only. )
TEL +81-3-5294-7255  FAX +81-3-5294-7256

-------------- next part --------------
diff -x .git -uNr u-boot.git.org/.gitignore u-boot.git/.gitignore
--- u-boot.git.org/.gitignore	1970-01-01 09:00:00.000000000 +0900
+++ u-boot.git/.gitignore	2006-03-31 17:04:43.000000000 +0900
@@ -0,0 +1,16 @@
+# Normal rules
+*.o
+*.a
+.depend
+*.bin
+*.srec
+*.map
+
+# auto generated files
+u-boot
+TAGS
+tags
+include/config.h
+include/config.mk
+include/asm
+include/version_autogenerated.h
diff -x .git -uNr u-boot.git.org/examples/.gitignore u-boot.git/examples/.gitignore
--- u-boot.git.org/examples/.gitignore	1970-01-01 09:00:00.000000000 +0900
+++ u-boot.git/examples/.gitignore	2006-03-31 17:03:07.000000000 +0900
@@ -0,0 +1 @@
+hello_world
diff -x .git -uNr u-boot.git.org/tools/.gitignore u-boot.git/tools/.gitignore
--- u-boot.git.org/tools/.gitignore	1970-01-01 09:00:00.000000000 +0900
+++ u-boot.git/tools/.gitignore	2006-03-30 19:33:33.000000000 +0900
@@ -0,0 +1,8 @@
+bmp_logo
+crc32.c
+envcrc
+environment.c
+gen_eth_addr
+img2srec
+inca-swap-bytes
+mkimage

             reply	other threads:[~2006-04-05 14:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-05 14:30 ito at mlb.co.jp [this message]
2006-04-05 14:50 ` [U-Boot-Users] Re: [DNX#2006040542000055] [patch] add .gitignore Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060405.233002.48531924.ito@mlb.co.jp \
    --to=ito@mlb.co.jp \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.