[vlc-commits] .gitignore: added files genereated under windows
Sergey Radionov
git at videolan.org
Sun Jul 31 09:26:27 CEST 2011
vlc/vlc-1.1 | branch: master | Sergey Radionov <RSATom at gmail.com> | Fri Jul 29 23:10:35 2011 +0700| [c364f66e2e835a9c8081cccdf8d7df9cdf8b5625] | committer: Rémi Denis-Courmont
.gitignore: added files genereated under windows
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=c364f66e2e835a9c8081cccdf8d7df9cdf8b5625
---
.gitignore | 2 ++
bin/.gitignore | 3 +++
compat/.gitignore | 1 +
src/.gitignore | 1 +
4 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8b8b985..245780b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,8 @@ nvlc
wxvlc
vlc
vlc_install_dir/*
+vlc-*/*
+vlc.exe
# Ignore CMake Stuff
cmake
diff --git a/bin/.gitignore b/bin/.gitignore
index 39e5586..cd7f690 100644
--- a/bin/.gitignore
+++ b/bin/.gitignore
@@ -1,3 +1,6 @@
vlc-cache-gen
vlc-static
vlc-wrapper
+vlc-cache-gen.exe
+vlc-static.exe
+vlc_win32_rc.rc
diff --git a/compat/.gitignore b/compat/.gitignore
new file mode 100644
index 0000000..1684c26
--- /dev/null
+++ b/compat/.gitignore
@@ -0,0 +1 @@
+dummy.c
diff --git a/src/.gitignore b/src/.gitignore
index 041d651..112ecfe 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,3 +1,4 @@
test_*
revision.c
revision.txt
+libvlc_win32_rc.rc
More information about the vlc-commits
mailing list