From 0795b8399e13b476fa6d66ab4504546a6a88e489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 2 Mar 2008 13:51:38 +0200 Subject: [PATCH] Ignore files create by configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This only affects people still not building from subdir. Signed-off-by: RĂ©mi Denis-Courmont --- .gitignore | 6 ++++++ extras/package/win32/.gitignore | 1 + po/.gitignore | 1 + projects/activex/.gitignore | 1 + 4 files changed, 9 insertions(+) create mode 100644 extras/package/win32/.gitignore create mode 100644 projects/activex/.gitignore 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