From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 04AFEA052E for ; Tue, 21 Jan 2020 08:36:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F0E031AFF; Tue, 21 Jan 2020 08:36:41 +0100 (CET) Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) by dpdk.org (Postfix) with ESMTP id A18E01AFF for ; Tue, 21 Jan 2020 08:36:40 +0100 (CET) Received: by mail-pf1-f195.google.com with SMTP id 62so1028251pfu.11 for ; Mon, 20 Jan 2020 23:36:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references; bh=aPruc3wuKOUpXtoviqQTPEIzF51T01hEcEAAqCRVCao=; b=TjK2pvll4QmS1JWmrfKnnOnga4ELC8/NbyZVjQ6dA7J9JAs/cIW8gsv0NtEhDLoyfA q7nd3Ded56K9MjEwpZTvuCnlEgj9DxpEYWim8DPqWdukaPjKpZ9NBgg5W9piqdGJOlEa TvNipg0QSFpFsOttMIG1FXYqEi2T9TgpkQa7tTyF2iwYam+i+xAJKqqcdgHuRkROHlKI DtyEvE2J+MqO91CqU54Gjw4S3ZtXWbVeVFZhUWJ+rnt4RGIizKVOIwnNezNNlX9xeYsm DSukv3rSPdnB7AYnjJQPGMRDVCel73MUU6o2YLY6zmznDHlpmzBFPYUFr9qjp3Pcy1Vu EqSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=aPruc3wuKOUpXtoviqQTPEIzF51T01hEcEAAqCRVCao=; b=dnSg8N4GfbiFbfsV5LNzuo5izSreOG869717N/DFwwn01lPhga9TQq2LMgZzh5P8vj uNao1Pl7yoYQDzQpgmoctV7EAYDAf5/kGXiOZgIQ7HzUu8kmc36TCfxJt8UXEKpBQHze 2EBcqwzrS1vIqIwB9OyL2xQASHea1xYzPDNltZpvq02bsDqDqJYgzYqEngqQNLhb3x8I dmA6XeNDQ9KPWX4GIEXk5FA+7WbHbMt3vyaths0L2stpQGHTR0g4xX7+Y7iDxvRG9IWJ H04xGbThehVT+1eYmd7i2EsZOpmylGAsP+FTu+qDArukOfeT6euWyPcJl5h9IoEea81S Ding== X-Gm-Message-State: APjAAAXrBEujTNwM4oZdVKr/dg/0pATIXtr711llTvby5T7SzrCsSs5I +rfC+LP6TOUrVcRgxv9jaIXgGlO8 X-Google-Smtp-Source: APXvYqzv5aM0cy18w3IfqNbqPGxqsxzUpuqRTZNcv2FCyUdhTOcBMWbWwLU4mFB7T1ZoYt8cYAuJcg== X-Received: by 2002:aa7:9ab6:: with SMTP id x22mr3188848pfi.260.1579592199829; Mon, 20 Jan 2020 23:36:39 -0800 (PST) Received: from localhost.localdomain ([2400:4050:c8c2:de00:394a:f092:61ac:c869]) by smtp.gmail.com with ESMTPSA id b24sm41597380pfo.55.2020.01.20.23.36.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Jan 2020 23:36:39 -0800 (PST) From: Yasufumi Ogawa To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Tue, 21 Jan 2020 16:36:31 +0900 Message-Id: <20200121073631.12442-3-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200121073631.12442-1-yasufum.o@gmail.com> References: <20200117090243.43456-1-yasufum.o@gmail.com> <20200121073631.12442-1-yasufum.o@gmail.com> Subject: [spp] [PATCH v2 2/2] project: add gitignore entries for vhost PMD X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" As dedicated vhost PMD is added, this update is to add files generated while compiling. Signed-off-by: Yasufumi Ogawa --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 154c284..32b785d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,18 @@ src/*/x86_64-native-linuxapp-icc/ src/*/i686-native-linuxapp-gcc/ src/*/i686-native-linuxapp-icc/ +src/drivers/*/*.a +src/drivers/*/*.o +src/drivers/*/.*.o.d +src/drivers/*/.*.a.cmd +src/drivers/*/.*.o.cmd +src/drivers/*/*.o.pmd.c +src/drivers/*/*.o.pmd.o +src/drivers/*/_postbuild +src/drivers/*/_postinstall +src/drivers/*/_postclean +src/drivers/*/x86_64-native-linuxapp-gcc/ + src/controller/3rd_party/* tools/sppc/build/*/*/env.sh -- 2.17.1