From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by gnuweeb.org (Postfix) with ESMTPS id 75E8280615 for ; Tue, 26 Jul 2022 13:00:28 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=kernel-dk.20210112.gappssmtp.com header.i=@kernel-dk.20210112.gappssmtp.com header.a=rsa-sha256 header.s=20210112 header.b=fZJQXaOY; dkim-atps=neutral Received: by mail-pj1-f45.google.com with SMTP id q41-20020a17090a1b2c00b001f2043c727aso13154073pjq.1 for ; Tue, 26 Jul 2022 06:00:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=from:to:cc:in-reply-to:references:subject:message-id:date :mime-version:content-transfer-encoding; bh=DrbYxdpvfuDhP0ehLAs90VoZ6/TyxfaeIwxXS3Tutp0=; b=fZJQXaOYmiaIwWeIOH6GvkEWOFKAE2y+8KIoKLcozYIuhKsM35kp6Mi1SKOhjezr/s NpenQCTuQ/RRgWLiH1EIF4qXAO+c+1Yrjn/c6Gyf56rsbGn8MuAiYnF08Mnz7rQe9Q/x gDM4ivxHUpFk+A5aNu5F/yvMPCPWPlr7TPFAFuVwD9YjxG4zXPEEiVE+MKN6l3Dc+6jt ADPPNmUQzvAXhcaN4i5vjfNxG0tDaVbkqq/MfzUhRtGl4Tv5QLNNYN1Nblyv6vLi5RaE geYDrOT0XL+6lM6ZhC0CgkK9BAHegNRec5Sb5hbFo58BY7XRZBpHgaZXdTmdElihHZn1 Aq4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject :message-id:date:mime-version:content-transfer-encoding; bh=DrbYxdpvfuDhP0ehLAs90VoZ6/TyxfaeIwxXS3Tutp0=; b=WymJt9VsuxCFJT6M+rC5wmHAyPoBWuqKH0L5mL2+PzEo+C+8M8GOEGwwZbHDNUeP1r XaHxCTZfhySKZWJRQgTGCcA9Wov/iSoOtbJvbzU2Yvld4mG/VsJDyK7c0oingybXds7k WCrmUHd0aqM7LYvqbKAmvA97RTj6oa/feaIQLcP1J92zXtsthEwfs73/JSogXrhAOdOj Vt7eICjf9C9RouU8DC/KT2y2aoFFGjfTVE9NtNr/D8f344g0J6G0cB9JMcJoWllTeOzo tohCpq63QEO7FM/S/e4PCruKC4DRYNUxZKJO4i8JZcEjNZv8q8ZK2p/igCuowNFR2UMi qW9Q== X-Gm-Message-State: AJIora/Tq6AxBn5BSxR0KsWAjZLbazH92ibYsr2bWRjwQEe8SYvbV5Jz 9xHdoKycboFzp+sOsdufMjjsKg== X-Google-Smtp-Source: AGRyM1sFylP+QCau96QSH8gIiI8bJWBTd5OEwnsF1h9nLOTCWFo/Ila06N7z5dwj5CE4z8P5ibroxA== X-Received: by 2002:a17:903:110e:b0:16c:f81b:59d2 with SMTP id n14-20020a170903110e00b0016cf81b59d2mr16202401plh.142.1658840368050; Tue, 26 Jul 2022 05:59:28 -0700 (PDT) Received: from [127.0.1.1] ([198.8.77.157]) by smtp.gmail.com with ESMTPSA id q8-20020a63d608000000b00411b3d2bcadsm10105891pgg.25.2022.07.26.05.59.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 05:59:27 -0700 (PDT) From: Jens Axboe To: ammarfaizi2@gnuweeb.org Cc: asml.silence@gmail.com, gwml@gnuweeb.org, io-uring@vger.kernel.org In-Reply-To: <20220726094908.226477-1-ammarfaizi2@gnuweeb.org> References: <20220726094908.226477-1-ammarfaizi2@gnuweeb.org> Subject: Re: [PATCH liburing] .gitignore: Add poll-bench and send-zerocopy examples Message-Id: <165884036728.1504509.6256951797289184138.b4-ty@kernel.dk> Date: Tue, 26 Jul 2022 06:59:27 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Tue, 26 Jul 2022 16:49:08 +0700, Ammar Faizi wrote: > Previous commits add poll-bench and send-zerocopy examples but forgot > to add the compiled files to .gitignore. Add them to .gitignore to > make "git status" clean after build. > > Applied, thanks! [1/1] .gitignore: Add poll-bench and send-zerocopy examples commit: f0f95d7296eeee9ca6b403cf68faf3b7cd59aa0b Best regards, -- Jens Axboe