]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Update .gitignore files
authorDan McGee <dan@archlinux.org>
Sat, 4 Feb 2012 02:29:08 +0000 (20:29 -0600)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sun, 5 Feb 2012 04:15:20 +0000 (02:15 -0200)
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.

.gitignore
testsuite/.gitignore
tools/.gitignore

index 79b5f655f838b872209eecb5577e17c880ff29c4..8d7c74a551234874fda89201db59433c597bff35 100644 (file)
@@ -20,3 +20,4 @@ Makefile.in
 *~
 .*.swp
 cscope.out
+tags
index ed2f058585c6d608e47659aa3d04a52606fdaf02..aed91bbe84d6a687115dbb9edb32d41c6126986e 100644 (file)
@@ -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
index 041d7b22fabd9ee3e5c1b285079955865dc4f439..d77b2dc240c65f193e67f6042d52900221e077d5 100644 (file)
@@ -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