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 C207AA052E for ; Tue, 21 Jan 2020 08:36:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B80711AFF; Tue, 21 Jan 2020 08:36:38 +0100 (CET) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by dpdk.org (Postfix) with ESMTP id 9A4D41AFF for ; Tue, 21 Jan 2020 08:36:37 +0100 (CET) Received: by mail-pf1-f170.google.com with SMTP id i6so1053048pfc.1 for ; Mon, 20 Jan 2020 23:36:37 -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=0djlCCY+A+Gewfa0TcRlz2+HmBPYZfetu2HImwpHamc=; b=gbxcoatCOuDdLX2evYmhk5xnq9QcL6A2fAjerd7dGezTRWfuxCmErfJv5I1KNyW/7P ePnMdxWG9W3ALFf3YEdNR8sKvNF2aJ1eF91xlXkpz4hXleO/oYV81YVP3/weeLp2+1mp of4Y7q0rIWN890efGAmnAyaByFN5U04YSR/4pbmfrEgFuxzm7udRstcVyBAPFO2ZOfXK hg3uDnTEfMBZ+qJ1difZvB/SV1+2NjzBBRIPrZIYhAsdzO9Fwh9lnHUYjgnouJgcaizM eYXOBTyKJuJbaJaB6gXu9tcgi8OWXqWaOCPZcJR9/9aKM2aMIBSkNJkB4E+x/iKE7eYE wn0A== 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=0djlCCY+A+Gewfa0TcRlz2+HmBPYZfetu2HImwpHamc=; b=D/XAeqeSoAA1HLLYVweS+TSNnxASABBOMZuXxIxKewtBDJRepcycoT6OXYSHOm8Ydc E2fAfVP8DgdLL+7nwSf18R0cmTYHgfrDrpOcBu0xNc7VJ1E3HXtJhHVevILL4KP3FnzZ uBcz9C6+0uNGgAtlS4pz2SlyFz7iNpcMsO6Y5WNrxrKL9otj7YWs+sXSMXrSf+EmNxcG Dpu6PFadSL9YFwGQmloof9Y3sbvQusfQ6L8yNcYdb7LARpcVpjiR/+N/gQJz/JxzDLkD afaAKimOigfuNmifDaYEAPmCQrdkXpexmWw0jhiEm0lMcqVbiqABdCQHDHxsekxA19St SHfw== X-Gm-Message-State: APjAAAXEU5cscIrXJ9Hw5q6m5pEbfWhnySDVl3xjtqJaXHYXjLwfpm5t um3L6WX/z1LTIdJYlNQYGU1uTJoM X-Google-Smtp-Source: APXvYqwZKQPzNOMjSKUmDkJuMPGNY57jwScyUNay+K6Ycwbu5SkKhyuEbOBsRJHDTMa4x9ZhCMi/qg== X-Received: by 2002:a62:53c3:: with SMTP id h186mr3248813pfb.118.1579592196706; Mon, 20 Jan 2020 23:36:36 -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.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Jan 2020 23:36:36 -0800 (PST) From: Yasufumi Ogawa To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Tue, 21 Jan 2020 16:36:29 +0900 Message-Id: <20200121073631.12442-1-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200117090243.43456-1-yasufum.o@gmail.com> References: <20200117090243.43456-1-yasufum.o@gmail.com> Subject: [spp] [PATCH v2 0/2] Update makefile and gitignore 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 to SPP project, this series of patches is to update Makefile for cleaning up all files generated while compiling, and .gitignore to exclude the file from under the management of git. v2: * Add _postclean in the files * Divide dist-clean task into two tasks to remove _postclean Yasufumi Ogawa (2): makefile: update dist-clean task project: add gitignore entries for vhost PMD .gitignore | 12 ++++++++++++ GNUmakefile | 19 ++++++++++++++----- 2 files changed, 26 insertions(+), 5 deletions(-) -- 2.17.1