-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Gitignore overhaul #2523
Gitignore overhaul #2523
Conversation
Refactor out gitignore in /other/serialTest. Add some more noticable headers. Some simplifaction and restructuring. Clean up some files.
it's cool to see all this consolidated and cleaned up. i looked through the changes and i think you've done it right -- it makes sense to keep all the .gitignore info in one place and get rid of the separate files :) 👍 |
thanks goes to @LecColomb who initiated this in the first place. :-) |
Last item in #2057 done. Ready for final review and merge. |
I think this looks good, can I get some PR reviews? |
after seeing theo's comments in the other thread, and your last few changes, i'm going to give this another 👍 |
Hmm, well... Also, but it's just because I'm terribly maniac, there is one useless line at the begining of the global
And, some |
libneondetection.so | ||
Application.mk | ||
Android.mk | ||
|
||
/*/*/test link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this line if this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, those are a bit redundant. I'll take the /*/*/test link
rule out, and leave android/*/test link
in, I think it should only affect the android subfolder anyway, i.e. test link
s should only ever be created somewhere in /examples/android. Correct, @arturoc ?
hum, I missed that
Man, you're a hard customer. :D ;-).. Fixed that... Regarding the Let's say you remove all the This is why doing what you propose simply does not work correctly, sorry. |
You're right, sorry, I've spoken to quickly. |
I see, thank you. |
OK, it's a bit strong, I admit. :-) So, your PR looks good for me 👍 |
Thanks. :-) |
push could I get another review, so we can merge this, please? |
An overhaul of the gitignore structure, refactoring out some gitignore files, while keeping the structure granular and as self-contained as possible.
Closes #2057.