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=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.88.254] (unknown [125.160.106.238]) by gnuweeb.org (Postfix) with ESMTPSA id A59317E257; Sat, 30 Jul 2022 01:26:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1659144376; bh=HNmRvuslfkqFtoCIR1fDTXCL7O9UWhr06bH8LvelqUw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=F0AJFoyhwO/97gqZyPjrt6xYLd31+KpU2QczxGVf8D2S3vo5xjO7tJgb6jQgFkkra 43naD4SOQUkAdjspfkXPLja/e4szq1Ss9wzjoR6FrDYcu9Tc6illGDYk1geIWitDnF DWSy23LxeyyQuQ+Hf+Y4l/MSXhRsCsKHyfOUd7zwqSmsBj1G1ZaQ1OWsprw9XaqR/v 3z29eNFycnn71fbHBFNJ98UfbJtEOX+Lpdu45CnJ9Ei9UTL4Uq8t4Sf8Z4CWPuaGY4 OEAknMuIjR3qgMwYQnjaZdlNY4tYdIyDdftALisyLgz4SnbZbZKDxxU2MrsnxiIsGh jFj6yakhdgr5g== Message-ID: <30e04cd0-3ec2-ad0b-5bb5-bdee2a07bdbd@gnuweeb.org> Date: Sat, 30 Jul 2022 08:26:13 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v3 01/18] Add new table for atom URLs and broadcast chats in db.sql Content-Language: en-US To: Muhammad Rizki Cc: GNU/Weeb Mailing List , Alviro Iskandar Setiawan References: <20220729014052.1547-1-kiizuha@gnuweeb.org> <20220729014052.1547-2-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20220729014052.1547-2-kiizuha@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 7/29/22 8:40 AM, Muhammad Rizki wrote: > diff --git a/.gitignore b/.gitignore > index ca28962..511dbbe 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -136,4 +136,8 @@ data.json > # VSCode editor > .vscode/ > > +# PATCH > *.patch > + > +# RFC directory > +RFC > \ No newline at end of file This .gitignore part *should not* be in the same patch with this. -- Ammar Faizi