[Xfce4-commits] [apps/catfish] 01/01: Exclude temp files from releases

noreply at xfce.org noreply at xfce.org
Wed Dec 25 12:07:57 CET 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/catfish.

commit 543237877e5314e7d1c5861f8c52d51bdbb3a02e
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Wed Dec 25 06:07:50 2019 -0500

    Exclude temp files from releases
---
 MANIFEST.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index fccf9c4..2cc42f8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,10 @@
 include AUTHORS ChangeLog COPYING catfish.1 org.xfce.Catfish.desktop.in INSTALL README
 include bin/*
-recursive-include data *.svg *.ui *.in
 recursive-include catfish *.py
 recursive-include catfish_lib *.py
+recursive-include data *.svg *.ui *.in
 recursive-include po *.po *.in
+recursive-exclude catfish *~ *.rej *.pyc
+recursive-exclude catfish_lib *~ *.rej *.pyc
+recursive-exclude data *~ *.rej
+recursive-exclude po *~ *.rej
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list