[vlc-devel] Rémi Denis-Courmont : Ignore files create by configure

git version control git at videolan.org
Sun Mar 2 12:51:56 CET 2008


Module: vlc
Branch: master
Commit: 0795b8399e13b476fa6d66ab4504546a6a88e489
URL:    http://git2.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0795b8399e13b476fa6d66ab4504546a6a88e489

Author: Rémi Denis-Courmont <rem at videolan.org>
Date:   Sun Mar  2 13:51:38 2008 +0200

Ignore files create by configure

This only affects people still not building from subdir.

Signed-off-by: Rémi Denis-Courmont <rem at videolan.org>

---

 .gitignore                      |    6 ++++++
 extras/package/win32/.gitignore |    1 +
 po/.gitignore                   |    1 +
 projects/activex/.gitignore     |    1 +
 4 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 767c3db..4fd39df 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 0000000..0ce6335
--- /dev/null
+++ b/extras/package/win32/.gitignore
@@ -0,0 +1 @@
+vlc.win32.nsi
diff --git a/po/.gitignore b/po/.gitignore
index bd9ab39..b3ff95c 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 0000000..5f722f8
--- /dev/null
+++ b/projects/activex/.gitignore
@@ -0,0 +1 @@
+axvlc.inf




More information about the vlc-devel mailing list