Add kmod-* prefixed tool names, add 'tags' in root directory (for ctags, matches cscope.out ignore already in there), and prefix tools/ entries with '/' so they are absolute ignores and don't apply to subdirectories. Signed-off-by: Dan McGee <dan@xxxxxxxxxxxxx> --- .gitignore | 1 + testsuite/.gitignore | 16 ++++++++-------- tools/.gitignore | 24 +++++++++++++++--------- 3 files changed, 24 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 79b5f65..8d7c74a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ Makefile.in *~ .*.swp cscope.out +tags diff --git a/testsuite/.gitignore b/testsuite/.gitignore index ed2f058..aed91bb 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1,11 +1,11 @@ -.dirstamp *.lo *.la *.so -rootfs/ -test-init -test-loaded -test-testsuite -test-modinfo -test-alias -test-new-module +/.dirstamp +/rootfs/ +/test-alias +/test-init +/test-loaded +/test-modinfo +/test-new-module +/test-testsuite diff --git a/tools/.gitignore b/tools/.gitignore index 041d7b2..d77b2dc 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,9 +1,15 @@ -.dirstamp -insmod -rmmod -lsmod -modprobe -modinfo -depmod -kmod -kmod-nolib +/.dirstamp +/depmod +/insmod +/kmod +/kmod-depmod +/kmod-insmod +/kmod-lsmod +/kmod-modinfo +/kmod-modprobe +/kmod-nolib +/kmod-rmmod +/lsmod +/modinfo +/modprobe +/rmmod -- 1.7.9 -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html