]> git.sur5r.net Git - u-boot/commitdiff
Add missing file in gitignore and comments
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 9 Dec 2007 10:01:10 +0000 (11:01 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 9 Jan 2008 10:53:45 +0000 (11:53 +0100)
based on Linux source tree's .gitignore files

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
.gitignore
include/.gitignore

index 67fed082c8301959b82230904569675f06e8c422..cda275ec73b289c3c230ff9195ecaae4c800b71a 100644 (file)
@@ -1,13 +1,41 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# Normal rules
+#
+
+*.rej
 *.orig
 *.a
 *.o
-*.depend
-System.map
+
+#
+# Top-level generic files
+#
+
+/System.map
 /u-boot
 /u-boot.map
 /u-boot.bin
 /u-boot.srec
+
+#
+# Generated files
+#
+
+*.depend
 /LOG
 /errlog
 /reloc_off
 
+# stgit generated dirs
+patches-*
+
+# quilt's files
+patches
+series
+
+# cscope files
+cscope.*
index d8fda80d5ead1c25ee6b00978b80004d9cada134..ab7d4c76f4b355fa0da85c8fe5e1f45f27ce5188 100644 (file)
@@ -1,3 +1,4 @@
+/autoconf.mk*
 /asm
 /asm-ppc/arch
 /bmp_logo.h