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

the ignore field for the all section contains a lot of unnecessary/redundant globs #287

Open
ishanSrt opened this issue Aug 10, 2018 · 1 comment
Assignees
Labels

Comments

@ishanSrt
Copy link
Contributor

ishanSrt commented Aug 10, 2018

here's the repo it was tested on: https://github.com/WireGuard/WireGuard
and here's the ignore field:

ignore = **/cscope.out/**, **/cscope.out, cscope.out, cscope.out/**, **/*.o, *.o, **/*.d, *.d, **/*.dwo,
*.dwo, **/*.ko, *.ko, **/*.mod.c, *.mod.c, **/src/tools/wg/**, **/src/tools/wg, src/tools/wg, src/tools/wg/**,
**/Module.symvers/**, **/Module.symvers, Module.symvers, Module.symvers/**, **/*.cmd, *.cmd,
**/.tmp_versions/**, **/.tmp_versions, .tmp_versions, .tmp_versions/**, **/*.swp, *.swp,
**/modules.order/**, **/modules.order, modules.order, modules.order/**, **/modules.builtin/**,
**/modules.builtin, modules.builtin, modules.builtin/**, **/maint/**, **/maint, maint, maint/**,
**/qemu-build/**, **/qemu-build, qemu-build, qemu-build/**, **/src/tests/qemu/distfiles/**,
**/src/tests/qemu/distfiles, src/tests/qemu/distfiles, src/tests/qemu/distfiles/**, **/*.id0, *.id0, **/*.id1,
*.id1, **/*.id2, *.id2, **/*.nam, *.nam, **/*.til, *.til, **/*.pro.user, *.pro.user, **/.cache.mk/**, **/.cache.mk,
.cache.mk, .cache.mk/**, contrib/external-tests/go/**/go/**, contrib/external-tests/go/**/go,
contrib/external-tests/go/go, contrib/external-tests/go/go/**,
contrib/external-tests/rust/**/Cargo.lock/**, contrib/external-tests/rust/**/Cargo.lock,
contrib/external-tests/rust/Cargo.lock, contrib/external-tests/rust/Cargo.lock/**,
contrib/external-tests/rust/**/target/**, contrib/external-tests/rust/**/target,
contrib/external-tests/rust/target, contrib/external-tests/rust/target/**,
contrib/examples/embeddable-wg-library/**/test/**,
contrib/examples/embeddable-wg-library/**/test,
contrib/examples/embeddable-wg-library/test,
contrib/examples/embeddable-wg-library/test/**,
contrib/examples/extract-keys/**/config.h/**,
contrib/examples/extract-keys/**/config.h, contrib/examples/extract-keys/config.h,
contrib/examples/extract-keys/config.h/**, contrib/examples/extract-keys/**/extract-keys/**,
contrib/examples/extract-keys/**/extract-keys, contrib/examples/extract-keys/extract-keys, contrib/examples/extract-keys/extract-keys/**, contrib/examples/extract-keys/**/config.h/**,
contrib/examples/extract-keys/**/config.h, contrib/examples/extract-keys/config.h, contrib/examples/extract-keys/config.h/**, contrib/examples/extract-keys/**/config/**,
contrib/examples/extract-keys/**/config, contrib/examples/extract-keys/config, contrib/examples/extract-keys/config/**, contrib/examples/extract-handshakes/**/offset-finder.o/**,
contrib/examples/extract-handshakes/**/offset-finder.o,
contrib/examples/extract-handshakes/offset-finder.o,
contrib/examples/extract-handshakes/offset-finder.o/**, contrib/examples/extract-handshakes/**/offset-finder/**, contrib/examples/extract-handshakes/**/offset-finder, contrib/examples/extract-handshakes/offset-finder,
contrib/examples/extract-handshakes/offset-finder/**,
contrib/examples/extract-handshakes/**/offsets.include/**,
contrib/examples/extract-handshakes/**/offsets.include,
contrib/examples/extract-handshakes/offsets.include,
contrib/examples/extract-handshakes/offsets.include/**,
contrib/examples/keygen-html/**/curve25519_generate.js/**,
contrib/examples/keygen-html/**/curve25519_generate.js,
contrib/examples/keygen-html/curve25519_generate.js,
contrib/examples/keygen-html/curve25519_generate.js/**, .git/**
@ishanSrt ishanSrt changed the title the ignore field for the all section contains a lot of unnecessary globs the ignore field for the all section contains a lot of unnecessary/redundant globs Aug 10, 2018
@ishanSrt
Copy link
Contributor Author

(the same are used by the green-mode for the all section)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants