X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 12 Dec 2020 13:33:59 +0100 (CET) From: Roland Lutz To: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] geda generated, not in .gitignore In-Reply-To: <20201209155255.29C50824114D@turkos.aspodata.se> Message-ID: References: <20201209155255 DOT 29C50824114D AT turkos DOT aspodata DOT se> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 9 Dec 2020, karl AT aspodata DOT se [via geda-user AT delorie DOT com] wrote: > Shouldn't theese be in some .gitignore file ? > > $ git status | grep modified > modified: xorn/src/cpython/storage/data_arc.c > modified: xorn/src/cpython/storage/data_box.c > modified: xorn/src/cpython/storage/data_circle.c > modified: xorn/src/cpython/storage/data_component.c > modified: xorn/src/cpython/storage/data_fillattr.c > modified: xorn/src/cpython/storage/data_line.c > modified: xorn/src/cpython/storage/data_lineattr.c > modified: xorn/src/cpython/storage/data_net.c > modified: xorn/src/cpython/storage/data_path.c > modified: xorn/src/cpython/storage/data_picture.c > modified: xorn/src/cpython/storage/data_text.c These are generated sources which shouldn't normally change, so I think it's better to include them in the repository. (In the rare case that they do change, you'd want to review the changes before committing them.) > - AUTOMATICALLY GENERATED FROM data_arc.m4 -- DO NOT EDIT > + AUTOMATICALLY GENERATED FROM -- DO NOT EDIT This appears to be some problem with m4_regexp and/or m4___file__. Which version of m4 are you using? Roland