From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Subject: [PATCH v2 2/2] Add integer expressions files to .gitignore Date: Thu, 19 Apr 2012 09:33:36 -0700 Message-ID: <1334853216-16337-2-git-send-email-sjg@chromium.org> References: <1334853216-16337-1-git-send-email-sjg@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1334853216-16337-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> 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. It also subsumes the old *.dtb.test.dts pattern. Signed-off-by: Simon Glass --- Changes in v2: - Split ordering change into a separate patch tests/.gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/.gitignore b/tests/.gitignore index cca3dbc..f8e1af0 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,6 +1,6 @@ *.dtb -*.dtb.test.dts *.dts.test.s +*.test.dts tmp.* /add_subnode_with_nops /appendprop[12] @@ -22,6 +22,7 @@ tmp.* /get_phandle /getprop /incbin +/integer-expressions /mangle-layout /move_and_save /node_check_compatible -- 1.7.7.3