[libvirt] [dbus PATCH] gitignore: Add trailing slashes to directory patterns

Andrea Bolognani abologna at redhat.com
Mon Jul 9 08:40:23 UTC 2018


This makes it explicit that they're meant to ignore entire
directories rather than single files.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index ca9e4e1..45a1eb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,9 +7,9 @@
 *Makefile
 *Makefile.in
 *~
-.deps
-.libs
-__pycache__
+.deps/
+.libs/
+__pycache__/
 vgcore.*
 
 /AUTHORS
-- 
2.17.1




More information about the libvir-list mailing list