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

Ignore untracked files for make /dev/test/changed #1787

Merged
merged 1 commit into from
May 15, 2019
Merged

Ignore untracked files for make /dev/test/changed #1787

merged 1 commit into from
May 15, 2019

Conversation

alikins
Copy link
Contributor

@alikins alikins commented May 3, 2019

If the git working tree has untracked files in it, they
would cause the grep/cut to include lines with '#' and fail.

Add --untracked-files=no to 'git status' ignore them

And add a slightly stricter grep so it does accidently
match if your branch name also inclues 'test'

If the git working tree has untracked files in it, they
would cause the grep/cut to include lines with '#' and fail.

Add --untracked-files=no to 'git status' ignore them

And add a slightly stricter grep so it does accidently
match if your branch name also inclues 'test'
@chouseknecht chouseknecht merged commit c361556 into ansible:devel May 15, 2019
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.

3 participants