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

Mismatch between .gitignore and repository #10

Closed
fingolfin opened this issue Feb 6, 2020 · 1 comment
Closed

Mismatch between .gitignore and repository #10

fingolfin opened this issue Feb 6, 2020 · 1 comment

Comments

@fingolfin
Copy link
Member

Your .gitignore among other things lists these files:

/srglib/Validated.g
/srglib/NotInvalidated.g
/srglib/Enumerated.g
/srglib/BrouwerParametersold.g
/srglib/Available.g
/srglib/SpenceFileToGAP.m

Yet these files are actually in the repository. That makes no sense: either those files should be removed from the repository; or else these lines be removed from .gitignore.

BTW, if you simply don't want these files to be in releases, you can edit the .release script to delete them during the release process (assuming you are using ReleaseTools to make releases)

@rhysje00
Copy link
Member

rhysje00 commented Feb 7, 2020

These files are not needed, so I have removed them f62eb37

@rhysje00 rhysje00 closed this as completed Feb 7, 2020
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

No branches or pull requests

2 participants