diff options
author | Dan McGee <dan@archlinux.org> | 2012-02-03 20:29:08 -0600 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-05 02:15:20 -0200 |
commit | 2ec79834a3714a7aabaed1985073001f75a9cd71 (patch) | |
tree | 684533b531fc4c99d4e2ac35dab6a81595057bc2 /testsuite | |
parent | 9a252c218a5df58edae4039f8ad8d0a077c91a18 (diff) | |
download | kmod-2ec79834a3714a7aabaed1985073001f75a9cd71.tar.gz kmod-2ec79834a3714a7aabaed1985073001f75a9cd71.tar.bz2 kmod-2ec79834a3714a7aabaed1985073001f75a9cd71.zip |
Update .gitignore files
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.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/.gitignore | 16 |
1 files changed, 8 insertions, 8 deletions
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 |