Bug 3921

Summary: Follow-up to #3764. Cleanup gitignore
Product: Claws Mail (GTK 2) Reporter: flo.xfce
Component: Plugins/vCalendarAssignee: users
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P3    
Version: 3.16.0   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
patch none

Description flo.xfce 2017-11-19 16:44:55 UTC
Created attachment 1814 [details]
patch

This is a (late) follow-up to #3764. Since the subdir src/plugins/vcalendar/libical does not exist enymore we can remove the respective lines from the .gitignore file.
Comment 1 users 2017-12-18 12:05:03 UTC
Changes related to this bug have been committed.
Please check latest Git and update the bug accordingly.
You can also get the patch from:
http://git.claws-mail.org/

++ ChangeLog	2017-12-18 12:05:03.074886035 +0100
http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=f03a6d41d7d348c3c7b8bdf21595f7d8dd0955cb
Merge: cdcbdae 2933a88
Author: Colin Leroy <colin@colino.net>
Date:   Mon Dec 18 12:05:02 2017 +0100

    Merge branch 'master' of file:///home/git/claws

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=2933a88155c211d513134d0f6715e0024940c08f
Author: Ricardo Mones <ricardo@mones.org>
Date:   Mon Dec 18 12:02:14 2017 +0100

    Fix bug 3921: Follow-up to #3764. Cleanup gitignore
    
    Thanks Flo for the patch, but sed -i '/libical/libical/d' .gitignore
    was faster than applying the patch itself ;-)