Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

autogenerated files are under version control #472

Closed
kambala-decapitator opened this issue Jun 27, 2022 · 1 comment
Closed

autogenerated files are under version control #472

kambala-decapitator opened this issue Jun 27, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request fixed-in-v5.1

Comments

@kambala-decapitator
Copy link

Description
Making a build within cloned repo makes the local copy dirty. I think these autogenerated files must be removed from the repo and added to .gitignore.

Expected behavior
Local copy is clean.

Current behavior
Local copy is dirty.

To Reproduce
Clone the repo, run any build.

Logs

> git status -s
 M apple/Makefile.in
 M apple/configure
 M apple/libtool
 M apple/ltmain.sh
 M apple/m4/libtool.m4
 M apple/m4/ltoptions.m4
 M apple/m4/ltsugar.m4
 M apple/m4/ltversion.m4
 M apple/m4/lt~obsolete.m4
 M apple/src/Makefile.in

Environment
I highly doubt it matters.

Other
Performed iOS build.

@kambala-decapitator
Copy link
Author

Bump

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request fixed-in-v5.1
Projects
None yet
Development

No branches or pull requests

2 participants