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

Message generation breaks if git branch name ends with .msg #172

Open
svanderweyst-cpr opened this issue Mar 23, 2021 · 0 comments
Open

Comments

@svanderweyst-cpr
Copy link

The message generation traverses all directories of the ros package looking for files that match the name *.msg
Creating a git branch with the name break-it.msg will create files like
.git/refs/remotes/origin/break-it.msg and .git/logs.refs/remotes/origin/break-it.msg
Putting a CATKIN_IGNORE into the .git directory mitigates this problem.

It would be very handy to be able to either specify which directories to scan for messages, or to be able to exclude certain directories more easily (like source control directories)

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

No branches or pull requests

1 participant