From: Jochen Keil Date: Sun, 14 Feb 2016 21:02:33 +0000 (+0100) Subject: Fix write_gitignore for git version >= 2.7 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/a82dfd998413a033234b6e604200331e64f8528f?hp=a82dfd998413a033234b6e604200331e64f8528f Fix write_gitignore for git version >= 2.7 As of git version 2.7 it is no longer necessary to include parent directories in the list of files not to be ignored. This fixes #195. ---