Skip to content

Fix .gitignore syntax #1721

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

Merged
merged 1 commit into from
Apr 11, 2017
Merged

Conversation

d3zd3z
Copy link
Contributor

@d3zd3z d3zd3z commented Apr 6, 2017

Change instances of .ext in the .gitignore to just *.ext. I think
the intent was to match these patterns in any directory, which is what
will happen with simple patterns. The '
' construct is meant to
match zero or more full paths, but it must be the sole component of
the path.

Discovered by a warning from ripgrep.

JerryScript-DCO-1.0-Signed-off-by: David Brown [email protected]

@polaroi8d
Copy link
Contributor

polaroi8d commented Apr 6, 2017

@d3zd3z the Travis failed on your DCO message. In my opinion you dont need the '<>' bracelets between your email. You can check the log file in the Travis build.

Change instances of **.ext in the .gitignore to just *.ext.  I think
the intent was to match these patterns in any directory, which is what
will happen with simple patterns.  The '**' construct is meant to
match zero or more full paths, but it must be the sole component of
the path.

Discovered by a warning from ripgrep.

JerryScript-DCO-1.0-Signed-off-by: David Brown [email protected]
@d3zd3z
Copy link
Contributor Author

d3zd3z commented Apr 6, 2017

Hmm, interesting choice, but ok, I'll fix that. Any idea why we chose a non-standard format for the tag? RFC-2822 is pretty well established, and the regular SoB uses it?

@akosthekiss
Copy link
Member

@d3zd3z Frankly, the root cause of deviation from the RFC is hidden in the mists of the past... That's just how it started when the project went open. The wiki page on DCO/SoB is almost two years old now. (Which does not mean it cannot be questioned, of course.)

Copy link
Member

@akosthekiss akosthekiss left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@LaszloLango LaszloLango left a comment

Choose a reason for hiding this comment

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

LGTM

@LaszloLango LaszloLango merged commit 5481fca into jerryscript-project:master Apr 11, 2017
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.

4 participants