From a8d028b3d8767b2406ee4df0478b24d84edc9870 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Thu, 27 Mar 2014 17:54:22 -0700 Subject: remove the trailing / from subrepositories in .gitignore this allows them to be symlinks without making noise in git status --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 64d870f..37cb1fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -ffmpeg/ -fribidi/ -libass/ -mpv/ -build_libs/ -ffmpeg_build/ +ffmpeg +fribidi +libass +mpv +build_libs +ffmpeg_build *.deb debian/changelog debian/files -- cgit v1.2.3