From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH] git: ignore build directory Date: Mon, 21 Mar 2016 10:56:18 -0700 Message-ID: <1458582978-19813-1-git-send-email-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pf0-f181.google.com (mail-pf0-f181.google.com [209.85.192.181]) by dpdk.org (Postfix) with ESMTP id D3CB41C52 for ; Mon, 21 Mar 2016 18:56:03 +0100 (CET) Received: by mail-pf0-f181.google.com with SMTP id u190so274107590pfb.3 for ; Mon, 21 Mar 2016 10:56:03 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The mk environment in DPDK puts files in build/ directory so it makes sense to have a .gitignore file to skip that directory. Signed-off-by: Stephen Hemminger --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..5dc652b 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,5 @@ +*.orig +*.rej +*~ + +build -- 2.1.4