From: Rémi Denis-Courmont Date: Sun, 2 Mar 2008 17:28:00 +0000 (+0200) Subject: Ignore all object files, not just vlc.o X-Git-Tag: 0.9.0-test0~2378^2 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bd9f77136ff0bb6d089880fe9168ce1296fa4d67;p=vlc Ignore all object files, not just vlc.o Signed-off-by: Rémi Denis-Courmont --- diff --git a/.gitignore b/.gitignore index 1c75eaa5ab..a9e4343ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.m4 *.mak *.moc.cpp +*.o *.vlt .deps .libs @@ -27,4 +28,3 @@ svlc cvlc qvlc vlc -src/vlc-vlc.o