-
Notifications
You must be signed in to change notification settings - Fork 25
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
Delete files ignored by .gitignore #2
Comments
Hey thanks for your review. But I think we should not delete those files as we don't want to run builder again and again. If you see any other atoms module, in them only loader is executed. |
OK, it is just that git is meant for version control of source, not binaries. |
Hey, thanks for pointing it out as I am new to git. But you know sometime I have to give demos to managers & professors and I want it to run as it is on atoms. And If I include binaries it will just increase 1 or 2 MB in the package thats not an issue I think |
Hey I was going through your code they will also ignore the third party files. And I don't want that because it will increase the dependency for the package i.e. symphony and ipopt which also have further dependencies. |
OK. In that case, only keep the 'temporary files' and the 'other' sections. You should delete the rest. |
Although .gitignore has been added, the files ignored by it are still in the GitHub repo. They will have to be removed.
The text was updated successfully, but these errors were encountered: