diff options
author | Joakim Plate <elupus@ecce.se> | 2011-09-11 21:23:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-21 18:02:46 +0200 |
commit | 812a4a5813c447e4fdb6b6a46462f1f34f539c51 (patch) | |
tree | a837a79d0926635e0d7427c7673d03b3b5659368 | |
parent | c9316b7c6d30e87f469ca6d9651f26eff5f4c6e9 (diff) | |
download | ffmpeg-812a4a5813c447e4fdb6b6a46462f1f34f539c51.tar.gz |
gitignore: add files to git ignore generated on a win32 build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 5a6f4a130226e04e0db3bd7c7c1ff76fe3f06080)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3e8ed0046e..c831335517 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ *-example *-test *_g +*.def +*.dll +*.lib config.* doc/*.1 doc/*.html |