From: Rémi Denis-Courmont Date: Sun, 2 Mar 2008 11:51:38 +0000 (+0200) Subject: Ignore files create by configure X-Git-Tag: 0.9.0-test0~2387 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0795b8399e13b476fa6d66ab4504546a6a88e489;p=vlc Ignore files create by configure This only affects people still not building from subdir. Signed-off-by: Rémi Denis-Courmont --- diff --git a/.gitignore b/.gitignore index 767c3dba44..4fd39df392 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,12 @@ ABOUT-NLS aclocal.m4 autotools +compile config.* configure +libtool +Makefile Makefile.in +stamp-* +vlc-config +vlc-config.in diff --git a/extras/package/win32/.gitignore b/extras/package/win32/.gitignore new file mode 100644 index 0000000000..0ce6335999 --- /dev/null +++ b/extras/package/win32/.gitignore @@ -0,0 +1 @@ +vlc.win32.nsi diff --git a/po/.gitignore b/po/.gitignore index bd9ab39e37..b3ff95c447 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -2,4 +2,5 @@ *.header *.sed *.sin +POTFILES Rules-quot diff --git a/projects/activex/.gitignore b/projects/activex/.gitignore new file mode 100644 index 0000000000..5f722f8eeb --- /dev/null +++ b/projects/activex/.gitignore @@ -0,0 +1 @@ +axvlc.inf