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

script to ignore autogenerated files and remove them from git #205

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

artlog
Copy link
Contributor

@artlog artlog commented Sep 28, 2022

  • hideoauto.sh generate a .gitignore to ignore Generated files and remove them from repository

This is a fix for #199

- hideoauto.sh generate a .gitignore to ignore Generated files and remove them from repository
@coudot coudot added this to the 2.2 milestone Sep 29, 2022
@coudot coudot linked an issue Sep 29, 2022 that may be closed by this pull request
@soisik soisik merged commit 072c028 into lsc-project:master Sep 29, 2022
@soisik soisik deleted the removeautogenerated branch September 29, 2022 12:36
@rouazana
Copy link
Contributor

Why not simply generating all autogenerated files to a specific directory (for example src/generated) and ignoring just this directory?

@artlog
Copy link
Contributor Author

artlog commented Oct 3, 2022

yep generate in a specific directory would be cleaner, need a little more work to be sure to compile it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java files autogenerated by JAXB are commited to git
5 participants