[PATCH] Move paccache.service to gitignore in src

Michael Straube michael.straube at posteo.de
Tue Sep 18 12:35:55 UTC 2018


For consistency move paccache.service to gitignore in the src directory.

Signed-off-by: Michael Straube <michael.straube at posteo.de>
---
 .gitignore     | 1 -
 src/.gitignore | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 1d6e802..204eb3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,3 @@ depcomp
 install-sh
 missing
 test-driver
-src/paccache.service
diff --git a/src/.gitignore b/src/.gitignore
index 894f5c3..38264e4 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,6 +1,7 @@
 .deps/
 checkupdates
 paccache
+paccache.service
 pacdiff
 paclist
 paclog-pkglist
-- 
2.19.0


More information about the pacman-contrib mailing list