public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] .gitignore files
@ 2006-05-30 15:10 Rodolfo Giometti
  2006-05-30 16:01 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Rodolfo Giometti @ 2006-05-30 15:10 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2006-05-30 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-30 15:10 [U-Boot-Users] [PATCH] .gitignore files Rodolfo Giometti
2006-05-30 16:01 ` Wolfgang Denk
2006-05-30 16:22   ` Rodolfo Giometti

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