All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
To: david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org,
	jdl-CYoMK+44s/E@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Subject: [PATCH] Update .gitignore files
Date: Wed, 24 Feb 2010 12:06:23 -0700	[thread overview]
Message-ID: <20100224190622.10055.74394.stgit@angua> (raw)

Filter out all the generated bits from git revision control
---

 .gitignore       |    7 +++++--
 tests/.gitignore |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 2 deletions(-)
 create mode 100644 tests/.gitignore

diff --git a/.gitignore b/.gitignore
index 92f9a34..ae7a46a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,5 +5,8 @@
 *~
 *.tab.[ch]
 lex.yy.c
-dtc
-ftdump
+*.lex.c
+/dtc
+/ftdump
+/convert-dtsv0
+/version_gen.h
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..c4e1205
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,47 @@
+*.dtb
+*.dtb.test.dts
+*.dts.test.s
+/add_subnode_with_nops
+/asm_tree_dump
+/boot-cpuid
+/del_node
+/del_property
+/dtbs_equal_ordered
+/dumptrees
+/extra-terminating-null
+/find_property
+/get_alias
+/get_mem_rsv
+/get_name
+/get_path
+/get_phandle
+/getprop
+/incbin
+/mangle-layout
+/move_and_save
+/node_check_compatible
+/node_offset_by_compatible
+/node_offset_by_phandle
+/node_offset_by_prop_value
+/nop_node
+/nop_property
+/nopulate
+/notfound
+/open_pack
+/parent_offset
+/path-references
+/path_offset
+/path_offset_aliases
+/phandle_format
+/references
+/root_node
+/rw_tree1
+/set_name
+/setprop
+/setprop_inplace
+/string_escapes
+/subnode_offset
+/supernode_atdepth_offset
+/sw_tree1
+/truncated_property
+/value-labels

             reply	other threads:[~2010-02-24 19:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-24 19:06 Grant Likely [this message]
2010-02-25  1:55 ` [PATCH] Update .gitignore files David Gibson
2010-02-25  2:55   ` Grant Likely
2010-02-25 17:49 ` Jon Loeliger

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=20100224190622.10055.74394.stgit@angua \
    --to=grant.likely-s3s/wqlpoipyb63q8fvjnq@public.gmane.org \
    --cc=david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=jdl-CYoMK+44s/E@public.gmane.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.