X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7+dev X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: inbox From: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] geda generated, not in .gitignore In-reply-to: References: <20201209155255 DOT 29C50824114D AT turkos DOT aspodata DOT se> Comments: In-reply-to Roland Lutz message dated "Sat, 12 Dec 2020 13:33:59 +0100." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20201216191523.CDAC782CBBF6@turkos.aspodata.se> Date: Wed, 16 Dec 2020 20:15:23 +0100 (CET) X-Virus-Scanned: ClamAV using ClamSMTP 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 Roland: > 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.) It seems the problem is solved, thanks. > > - 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? $ m4 --version m4 (GNU M4) 1.4.18 Regards, /Karl Hammar