add *.swp and *.patch to .gitignore Cc: Christophe Varoqui <[email protected]> Cc: device-mapper development <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore index 7f25d0e..aee4ece 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ multipath/multipath multipathd/multipathd mpathpersist/mpathpersist .nfs* +*.swp +*.patch -- 2.5.5 -- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
