[vlc-devel] commit: Ignore files built in bindings/cil ( Rafaël Carré )
git version control
git at videolan.org
Tue Mar 18 09:29:45 CET 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Mar 18 09:29:48 2008 +0100| [9806c813954db8bd465c2520c2f6ca6ef118faf6]
Ignore files built in bindings/cil
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9806c813954db8bd465c2520c2f6ca6ef118faf6
---
bindings/cil/.gitignore | 4 ++++
bindings/cil/src/.gitignore | 1 +
bindings/cil/tests/.gitignore | 1 +
3 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/bindings/cil/.gitignore b/bindings/cil/.gitignore
new file mode 100644
index 0000000..0077ed3
--- /dev/null
+++ b/bindings/cil/.gitignore
@@ -0,0 +1,4 @@
+Doxyfile
+INSTALL
+admin
+doc
diff --git a/bindings/cil/src/.gitignore b/bindings/cil/src/.gitignore
new file mode 100644
index 0000000..2d153be
--- /dev/null
+++ b/bindings/cil/src/.gitignore
@@ -0,0 +1 @@
+VideoLAN.LibVLC.dll
diff --git a/bindings/cil/tests/.gitignore b/bindings/cil/tests/.gitignore
new file mode 100644
index 0000000..7ca215f
--- /dev/null
+++ b/bindings/cil/tests/.gitignore
@@ -0,0 +1 @@
+testvlc.exe
More information about the vlc-devel
mailing list