Is submitting a Pull Request for the examples okay? #250
-
|
I was about to submit a small pull request to the main example, however, I saw that all of the examples are added to the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
All PRs are very welcome - especially examples. I now realise that it is probably also ignoring the corresponding folder in |
Beta Was this translation helpful? Give feedback.
All PRs are very welcome - especially examples.
The
.gitignoreis aimed at ignoring the produced binaries.For example, if you run
make streamit will produce the binarystream. I want the binary to be ignored.I now realise that it is probably also ignoring the corresponding folder in
examples/.This is not intended - simply override with
git add -f ....If somebody knows how to gitignore just in the root folder - let me know.