[perl-Gtk2-Unique] Fix paths to .gitignore (add leading /)



commit 9040f40a93609ae2c380854f4e34c80dc9c26e95
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date:   Fri Feb 24 21:33:31 2017 +0100

    Fix paths to .gitignore (add leading /)

 .gitignore |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ce6759..abc4098 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,12 @@
-Makefile
-Makefile.old
-Unique.bs
-blib
-build
-pm_to_blib
-xs/*.c
-xs/*.o
-Gtk2-Unique-*.tar.gz
-Gtk2-Unique-*/
+/Makefile
+/Makefile.old
+/Unique.bs
+/blib
+/build
+/pm_to_blib
+/xs/*.c
+/xs/*.o
+/Gtk2-Unique-*.tar.gz
+/Gtk2-Unique-*/
 /MYMETA.json
 /MYMETA.yml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]