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

Clean up unneeded post-compilation files #4

Open
l0g1x opened this issue Nov 26, 2014 · 2 comments
Open

Clean up unneeded post-compilation files #4

l0g1x opened this issue Nov 26, 2014 · 2 comments
Assignees

Comments

@l0g1x
Copy link
Member

l0g1x commented Nov 26, 2014

@sabinoj I know we just added some file extensions to the .gitignore, but there are already alot of files in the repo that were commited previously with those extensions (*.elf , *.o , etc..) so the .gitignore will only ignore files of those extension types in the future. Can someone go in and go through every folder and delete any post-compilation files? if you find any additional files that should not be in the repository (bin files, etc..) delete those as well. Use 'git rm <path/to/file>' for a file, and 'git rm -r ' for folder'. Commit/push those changes to your fork, and then submit a pull request for other admins to review and give you feedback.

@sabinoj
Copy link
Contributor

sabinoj commented Nov 26, 2014

I will take care of it after I get my lab done tonight.

@l0g1x
Copy link
Member Author

l0g1x commented Dec 1, 2014

@sabinoj any progress?

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

No branches or pull requests

2 participants