This makes it explicit that they're meant to ignore entire
directories rather than single files.
Signed-off-by: Andrea Bolognani <abologna(a)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
Show replies by date