From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Subject: [PATCH] Add integer expressions files to .gitignore Date: Thu, 12 Apr 2012 10:50:25 -0700 Message-ID: <1334253025-9606-1-git-send-email-sjg@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Devicetree Discuss List-Id: devicetree@vger.kernel.org Several files were added, and should be in .gitignore. The *.test.dts pattern should catch future source files which are generated by tests. Also move things back into alphabetical order, which I think is the intent. Signed-off-by: Simon Glass --- tests/.gitignore | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/.gitignore b/tests/.gitignore index 0b71bcf..2833582 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,6 +1,7 @@ *.dtb *.dtb.test.dts *.dts.test.s +*.test.dts tmp.* /add_subnode_with_nops /appendprop[12] @@ -10,6 +11,8 @@ tmp.* /del_node /del_property /dtbs_equal_ordered +/dtbs_equal_unordered +/dtb_reverse /dumptrees /extra-terminating-null /find_property @@ -20,6 +23,7 @@ tmp.* /get_phandle /getprop /incbin +/integer-expressions /mangle-layout /move_and_save /node_check_compatible @@ -50,5 +54,3 @@ tmp.* /truncated_property /utilfdt_test /value-labels -/dtb_reverse -/dtbs_equal_unordered -- 1.7.7.3