Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed-in-v5.1
Projects
None yet
Development

No branches or pull requests

2 participants