diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-06-16 01:31:37 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-06-16 01:31:37 -0400 |
commit | 766f2d965ff1948749c37f26a714adb8aa89c4a9 (patch) | |
tree | d8e775899607ca778095445e71e133ca7e734326 /.gitignore | |
parent | 711aa2a82727907f778fb8aa9a93aff2120170f2 (diff) | |
download | ffmpeg-766f2d965ff1948749c37f26a714adb8aa89c4a9.tar.gz |
gitignore: add dylib and swp entries
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 07ba48598a..c8a76d0f8c 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 |