[vlc-devel] commit: Ignore files create by configure ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Mar 19 18:55:38 CET 2008
vlc | branch: 0.8.6-bugfix | Rémi Denis-Courmont <rem at videolan.org> | Sun Mar 2 13:51:38 2008 +0200| [e6e22cae56446e1718246a7174f45e5dc621d0a1]
Ignore files create by configure
This only affects people still not building from subdir.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6e22cae56446e1718246a7174f45e5dc621d0a1
---
.gitignore | 8 +++++++-
extras/package/win32/.gitignore | 1 +
po/.gitignore | 1 +
projects/activex/.gitignore | 1 +
4 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 40b4af1..1401341 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,13 @@
ABOUT-NLS
aclocal.m4
autotools
+compile
config.*
configure
-Makefile.in
intl
+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