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

Add .gitignore to root folder and remove matching files from repo. #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jdunns
Copy link

@jdunns jdunns commented May 31, 2021

This fixes an issue where pulling the repo down fails on Windows:

\concept_checks> git checkout origin/master
error: invalid path 'unit_08/regression_fit_2d_exercise/Icon?'
error: invalid path 'unit_08/regression_fit_3d_exercise/Icon?'

The issue was caused by a carriage return character in the filename for these two files. I saw these files are zero-byte files and would match the .gitignore in another repo here. I went ahead and added the .gitignore and removed matching files.

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.

1 participant