[U-Boot-Users] [PATCH] .gitignore files

Rodolfo Giometti giometti at linux.it
Tue May 30 17:10:47 CEST 2006


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


More information about the U-Boot mailing list