From: Rodolfo Giometti <giometti@linux.it>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] .gitignore files
Date: Tue, 30 May 2006 17:10:47 +0200 [thread overview]
Message-ID: <20060530151047.GD21734@enneenne.com> (raw)
Hello,
let me propose to use these .gitignore files in order to better read
"git status" output.
Ciao,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti at enneenne.com
Linux Device Driver giometti at gnudd.com
Embedded Systems giometti at linux.it
UNIX programming phone: +39 349 2432127
-------------- next part --------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..904490d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,35 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# Normal rules
+#
+.*
+*.o
+*.a
+*.bin
+*.srec
+
+#
+# Top-level generic files
+#
+u-boot*
+System.map
+
+#
+# Generated include files
+#
+include/asm
+include/asm-*/arch
+include/config.mk
+include/config.h
+include/version_autogenerated.h
+
+# stgit generated dirs
+patches-*
+
+#
+# Quilt
+#
+patches
diff --git a/examples/.gitignore b/examples/.gitignore
new file mode 100644
index 0000000..4c82788
--- /dev/null
+++ b/examples/.gitignore
@@ -0,0 +1,4 @@
+#
+# Generated files
+#
+hello_world
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 0000000..8579bac
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1,11 @@
+#
+# Generated files
+#
+crc32.c
+environment.c
+bmp_logo
+envcrc
+gen_eth_addr
+img2srec
+inca-swap-bytes
+mkimage
next reply other threads:[~2006-05-30 15:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-30 15:10 Rodolfo Giometti [this message]
2006-05-30 16:01 ` [U-Boot-Users] [PATCH] .gitignore files Wolfgang Denk
2006-05-30 16:22 ` Rodolfo Giometti
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=20060530151047.GD21734@enneenne.com \
--to=giometti@linux.it \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox