From 69f9dcc11af3184b92315bf6bca6f14c22f00e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81?= Date: Tue, 1 Aug 2017 15:10:57 +0800 Subject: [PATCH] Git: ignore: Fix absolute path expressions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป --- .gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 19bfadb..762bf0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ # Git Tracking Ignore Rules ## Debian package build generated files -debian/woeusb* -debian/files -src/stamp-h1 -debian/.debhelper/generated/ +/debian/woeusb* +/debian/files +/src/stamp-h1 +/debian/.debhelper/generated/ ## Files generated by Autoconf *Makefile @@ -11,16 +11,16 @@ debian/.debhelper/generated/ /libtool /src/config.hpp /build-stamp -autom4te.cache/ +/autom4te.cache/ ## Files generated by WxWidgets build -src/.deps/ +/src/.deps/ ## Compiled object code *.o ## Linked executable -src/woeusbgui +/src/woeusbgui ## Gettext compiled message catalogs *.mo