From patchwork Wed Sep 9 22:03:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 1361080 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=hostap-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sipsolutions.net Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=dJrWrbGx; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Bmx0K3y1pz9sTX for ; Thu, 10 Sep 2020 08:05:21 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=1YHuZxE1GDt3K1xDW+0SCIxPYswp5rUipDHgDhT1y7Y=; b=dJrWrbGxUMAyCHMGETQ+NRErW osl4goljkpqRxJn55ecqST0NV1xXsKBDGAJQg+MLZy/gyysPrSMChWi87UIfw9cH9VGCLPwaVbEkR 3EQ7vkW3520SIYebnNZLyj/H6jfb06lHZpln7kPp6V8L+pB+p2202dMIrEJsr7Zds8RtJEer7Zr1I 3ure9BbIt2asjZzxLmJ5UqgJ+VlDztl/mfLd6Il53bxC39vHdKX0+7sYK13Pm0IDN1QN0NfZwtWJs F8PFQPdYo1VFa6fOFrkMAdfSFoFKGUy9cJPtgwmeatNi4tp4da10ruwynpt1cutRlZU+i7ThMbdQr +EKVGSa3Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kG8CR-0001ZC-KV; Wed, 09 Sep 2020 22:04:19 +0000 Received: from s3.sipsolutions.net ([2a01:4f8:191:4433::2] helo=sipsolutions.net) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kG8CP-0001Xm-6k for hostap@lists.infradead.org; Wed, 09 Sep 2020 22:04:18 +0000 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1kG8CL-001Ll2-4k; Thu, 10 Sep 2020 00:04:13 +0200 From: Johannes Berg To: hostap@lists.infradead.org Subject: [PATCH v5 01/15] hs20: server: add a .gitignore file Date: Thu, 10 Sep 2020 00:03:48 +0200 Message-Id: <1599688874-I81366372464f4b460a73bad9da126e78d1d692a5@changeid> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200909220402.460780-1-johannes@sipsolutions.net> References: <20200909220402.460780-1-johannes@sipsolutions.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200909_180417_289065_1FB71C53 X-CRM114-Status: GOOD ( 12.70 ) X-Spam-Score: 0.4 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.4 KHOP_HELO_FCRDNS Relay HELO differs from its IP's reverse DNS X-BeenThere: hostap@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Johannes Berg Sender: "Hostap" Errors-To: hostap-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Johannes Berg Signed-off-by: Johannes Berg --- hs20/server/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 hs20/server/.gitignore diff --git a/hs20/server/.gitignore b/hs20/server/.gitignore new file mode 100644 index 000000000000..fecb096c128a --- /dev/null +++ b/hs20/server/.gitignore @@ -0,0 +1 @@ +hs20_spp_server