[U-Boot-Users] [PATCH] Added a toplevel .gitignore

Added a toplevel .gitignore
Signed-off-by: Kumar Gala galak@kernel.crashing.org
--- commit 7abb967b49b86994aca615acc60cbc322efb9b98 tree 194dbd93ef25c38a5e3c4c34c70c06ef7f5d93f8 parent 559cd2d2afac76082f41b648a83d846482c41a5c author Kumar Gala galak@kernel.crashing.org Tue, 13 Dec 2005 10:57:13 -0600 committer Kumar Gala galak@kernel.crashing.org Tue, 13 Dec 2005 10:57:13 -0600
.gitignore | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c7e95a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# +# 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 + +# +# Top-level generic files +# +u-boot* +System.map + +# +# Generated include files +# +include/asm +include/asm-*/arch +include/config.h +include/config.mk

In message Pine.LNX.4.44.0512131057550.1416-100000@gate.crashing.org you wrote:
Added a toplevel .gitignore
I'm still uncertain if I want to have something like this. So far I tend to prefer NOT having any .gitignore files in U-Boot.
Rejected for now.
Best regards,
Wolfgang Denk
participants (2)
-
Kumar Gala
-
Wolfgang Denk