osmo-ttcn3-hacks[master]: MSC: ignore symlinks and build byproducts

2018-02-08 Thread Harald Welte
Patch Set 2: I thought you're adding this to the global .gitignore. Let's please do that, not a msc-specific one. The names of the symlinked files are the same in all directories anyway. We must of course then excempt any library/*.ttcn and the cc files that we have all over the repo, too.

osmo-ttcn3-hacks[master]: MSC: ignore symlinks and build byproducts

2018-02-08 Thread Max
Patch Set 2: The "git ls-files msc" does not show any .cc or .hh files so no negation needed in this subdirectory yet. Am I missing something? -- To view, visit https://gerrit.osmocom.org/6285 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment

osmo-ttcn3-hacks[master]: MSC: ignore symlinks and build byproducts

2018-02-08 Thread Harald Welte
Patch Set 2: Code-Review-2 How would this work? Where are your negation rules to ensure we actually don't ignore those .cc / .hh files that we have in this repository? See my example, or otherwise explain why it's not needed. -- To view, visit https://gerrit.osmocom.org/6285 To

[PATCH] osmo-ttcn3-hacks[master]: MSC: ignore symlinks and build byproducts

2018-02-06 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/6285 to look at the new patch set (#2). MSC: ignore symlinks and build byproducts Change-Id: Ia200e7e8e891256f0ffe43910061697769841f91 --- A msc/.gitignore 1 file changed, 69 insertions(+),

osmo-ttcn3-hacks[master]: MSC: ignore symlinks and build byproducts

2018-02-06 Thread Harald Welte
Patch Set 1: gitignore claims to support negation of previously-excluded files, so something like *.cc *.hh !MNCC_EncDec.cc should work. This would allow us to list those few .cc files that are not generated, rather than listing each and every cc or hh file that is generated. -- To view,

[PATCH] osmo-ttcn3-hacks[master]: MSC: ignore symlinks and build byproducts

2018-02-06 Thread Max
Review at https://gerrit.osmocom.org/6285 MSC: ignore symlinks and build byproducts Change-Id: Ia200e7e8e891256f0ffe43910061697769841f91 --- A msc/.gitignore 1 file changed, 214 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/85/6285/1