vlc | branch: master | Pierre Ynard <[email protected]> | Sun Oct 16 20:29:34 2011 +0200| [9e015a3fa6516c48c1fd8668ca86e97273192852] | committer: Pierre Ynard
Fix .gitignore files > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e015a3fa6516c48c1fd8668ca86e97273192852 --- bin/.gitignore | 1 + share/.gitignore | 3 +-- src/.gitignore | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/.gitignore b/bin/.gitignore index 099fb48..ee48219 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,3 +1,4 @@ +vlc_win32_rc.rc vlc-cache-gen vlc-static vlc-wrapper diff --git a/share/.gitignore b/share/.gitignore index b1484ba..c3deb60 100644 --- a/share/.gitignore +++ b/share/.gitignore @@ -1,2 +1 @@ -libvlc_win32_rc.rc -vlc_win32_rc.rc +vlc.desktop diff --git a/src/.gitignore b/src/.gitignore index 041d651..de9cab7 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,3 +1,4 @@ test_* +libvlc_win32_rc.rc revision.c revision.txt _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
