Received: by 10.223.176.46 with SMTP id f43csp235385wra; Thu, 18 Jan 2018 16:38:27 -0800 (PST) X-Google-Smtp-Source: ACJfBoth/R+p2ejSNdXpaks4HYiQUQkXaZQvCmVaoQGhHJSMAY2grc7CcIG098T83Iei+3oM2Y7E X-Received: by 10.101.86.201 with SMTP id w9mr5744745pgs.434.1516322307229; Thu, 18 Jan 2018 16:38:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516322307; cv=none; d=google.com; s=arc-20160816; b=lcAaqAAWxW61KuMZGWGfia08zrKogGLbNp9EPWeDSu3oUT9OQq4sbuFXPm4Xfz5LCE 2q0cdUMg8+bI42Fk+CxtVwGspcqTIWx4ZTyrbjTb0/HyeZb8TWdG4O7tMS3p+F7pH5u2 gdJX25oc/7qaoPgKOYP26w0D7pYz9hK8vVxMPcm1fqtQFJo5mYwagN1O8gOQxDRKvQSm klS8yQwyDZp20z9cnGP0W/wAXB6pernCZ8dCRCVd6LCsAGqcBd9c3IZbpr8Ux274Rjwt TJS4A5U/+zMiq4HHllrTOJox9Jsc2Ts9wyNKH02koGPoKXK2SmWlRk1bQpV+lDvGoY3+ jc3g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=CUM/VdCBL9qLq1dSTrUw0JyR6Hpkvjt1pXnkP2BIgFI=; b=JevS94xj6/EvozVr8c2VkPSHII1l0RbKMOqbZjRWhnO9bVVdt6Rv+ev49QDfNSo/yv rAVMN3725nMwg6JVtB1hykyc+k250KUElFhgX8YhuvnicuHiJCdb7wDYHhIbB09VAdTw OYUnXGSVB8nAlP+eHC+yDVHN5bwOPa+XObQXME5o/PN35sb4rue9pZbCB0DhA7qwezSo iz1ZzZ0JRsPt91eBZiom/DWCJvkPI28tOuTwzjruptls+rqgdKY49fKOfog2jzQCrmfI Ck5IrJ/1H+sBmCF3KfDGtyLsAEKW6SgxaofAzMhLQ+/86p2EJ6X196yLxmRxF2QPZx7i 9pGg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=samsung.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k133si7100864pgc.672.2018.01.18.16.38.13; Thu, 18 Jan 2018 16:38:27 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=samsung.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755329AbeASAgy (ORCPT + 99 others); Thu, 18 Jan 2018 19:36:54 -0500 Received: from osg.samsung.com ([64.30.133.232]:50684 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754426AbeASAgr (ORCPT ); Thu, 18 Jan 2018 19:36:47 -0500 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id 5640922EC0; Thu, 18 Jan 2018 16:36:47 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at dev.s-opensource.com Received: from osg.samsung.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QqQioS9RePni; Thu, 18 Jan 2018 16:36:46 -0800 (PST) Received: from localhost.localdomain (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) by osg.samsung.com (Postfix) with ESMTPSA id BA5CA22EB8; Thu, 18 Jan 2018 16:36:45 -0800 (PST) From: Shuah Khan To: ast@kernel.org, daniel@iogearbox.net, shuah@kernel.org Cc: Shuah Khan , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: [PATCH] selftests: bpf: update .gitignore with missing generated files Date: Thu, 18 Jan 2018 17:36:24 -0700 Message-Id: <20180119003624.28395-1-shuahkh@osg.samsung.com> X-Mailer: git-send-email 2.14.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update .gitignore with missing generated files. Signed-off-by: Shuah Khan --- tools/testing/selftests/bpf/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 541d9d7fad5a..1e09d77f1948 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -3,3 +3,10 @@ test_maps test_lru_map test_lpm_map test_tag +FEATURE-DUMP.libbpf +fixdep +test_align +test_dev_cgroup +test_progs +test_verifier_log +feature -- 2.14.1