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 specific files back to .gitignore #177

Merged
merged 1 commit into from
May 21, 2020
Merged

Conversation

perlpunk
Copy link
Member

See #118

Seems this was an oversight in d050fe3.
We don't want to ignore all those file, but only the compiled executables.

Copy link
Member

@ingydotnet ingydotnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer that ignore lines start with / as appropriate.

ie If the patterns only apply to files in the same directory as the .gitignore file.

@perlpunk perlpunk force-pushed the perlpunk/gitignore branch from 34f4c45 to e555c4c Compare April 19, 2020 17:04
@perlpunk
Copy link
Member Author

I would prefer that ignore lines start with / as appropriate.

done

Copy link
Member

@ingydotnet ingydotnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@perlpunk Thanks. I was thinking that you could take this opportunity to add the / to all the entries where they belong, not just the new ones.

I can do it if you don't want to. Let me know.

@perlpunk perlpunk force-pushed the perlpunk/gitignore branch from e555c4c to b39ca83 Compare April 20, 2020 13:26
@perlpunk
Copy link
Member Author

I added a slash for those files where I'm sure they are in the root directory.
I also removed /Testing/. Not sure where that directory is created, I don't see anything in the source.

@perlpunk perlpunk force-pushed the perlpunk/gitignore branch from b39ca83 to 33a9fd6 Compare April 20, 2020 14:41
@perlpunk
Copy link
Member Author

Added back /Testing/. Seems to come from cmake

Seems this was an oversight in d050fe3.
We don't want to ignore all those file, but only the compiled executables.

Also added '/' to several files.
@perlpunk perlpunk force-pushed the perlpunk/gitignore branch from 33a9fd6 to ce83579 Compare May 21, 2020 16:04
@perlpunk perlpunk merged commit ce83579 into master May 21, 2020
@perlpunk perlpunk deleted the perlpunk/gitignore branch May 21, 2020 18:08
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.

2 participants