[FFmpeg-cvslog] gitignore: add dylib and swp entries
Vittorio Giovara
git at videolan.org
Mon Jun 16 13:13:19 CEST 2014
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Mon Jun 16 01:31:37 2014 -0400| [766f2d965ff1948749c37f26a714adb8aa89c4a9] | committer: Vittorio Giovara
gitignore: add dylib and swp entries
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=766f2d965ff1948749c37f26a714adb8aa89c4a9
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
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
More information about the ffmpeg-cvslog
mailing list