Re: git repo status change
Christian Grothoff <[email protected]>
| Newsgroups | gmane.network.gnunet.devel |
|---|---|
| Message-ID | <[email protected]> |
I've now updated the gnunet-ext build system, the example had not been reasonably maintained in 10 years and was quite outdated in various style points... -Christian On 10/24/22 03:05, Martin Schanzenbach wrote: > Yeah I assume that, like gnunet.git, you'd want a .gitignore in m4/ > containing > > libtool.m4 > ltoptions.m4 > ltsugar.m4 > ltversion.m4 > lt~obsolete.m4 > wchar_t.m4 > > > BR > Martin > > On 22.10.22 16:59, [email protected] wrote: >> >> When I make changes to the gnunet-ext repo .h and .c files and build, the .m4 >> files also get part of the git delta. >> >> Is it supposed to be like this? >> >> -- >> >> $ git status >> On branch master >> Your branch is up to date with 'origin/master'. >> >> Changes not staged for commit: >> (use "git add <file>..." to update what will be committed) >> (use "git restore <file>..." to discard changes in working directory) >> modified: m4/libtool.m4 >> modified: m4/ltoptions.m4 >> modified: m4/ltsugar.m4 >> modified: m4/ltversion.m4 >> modified: m4/lt~obsolete.m4 >> modified: src/ext/gnunet-ext.c >> modified: src/ext/gnunet-service-ext.c >> modified: src/ext/test_ext_api.c >> modified: src/include/gnunet_ext_service.h >> modified: src/include/gnunet_protocols_ext.h >> >