[SCM] libav/experimental: gitignore: add dylib and swp entries

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:28 UTC 2014


The following commit has been merged in the experimental branch:
commit 766f2d965ff1948749c37f26a714adb8aa89c4a9
Author: Vittorio Giovara <vittorio.giovara at gmail.com>
Date:   Mon Jun 16 01:31:37 2014 -0400

    gitignore: add dylib and swp entries

diff --git a/.gitignore b/.gitignore
index 07ba485..c8a76d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 *.d
 *.def
 *.dll
+*.dylib
 *.exe
 *.exp
 *.gcda
@@ -14,6 +15,7 @@
 *.pdb
 *.so
 *.so.*
+*.swp
 *.ver
 *-example
 *-test

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list