[vlc-devel] commit: Make sure there is a new-line at the end of the .gitignore files. ( Faustino Osuna )
git version control
git at videolan.org
Mon Mar 3 17:10:57 CET 2008
vlc | branch: master | Faustino Osuna <enrique.osuna at gmail.com> | Mon Mar 3 16:10:46 2008 +0000| [ea3b06940d060dff40b090855e632cd7a3726b06]
Make sure there is a new-line at the end of the .gitignore files.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea3b06940d060dff40b090855e632cd7a3726b06
---
lxdialog/.gitignore | 2 +-
projects/macosx/.gitignore | 2 +-
src/.gitignore | 2 +-
src/misc/.gitignore | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lxdialog/.gitignore b/lxdialog/.gitignore
index 3d75889..2460008 100644
--- a/lxdialog/.gitignore
+++ b/lxdialog/.gitignore
@@ -1 +1 @@
-!Makefile
\ No newline at end of file
+!Makefile
diff --git a/projects/macosx/.gitignore b/projects/macosx/.gitignore
index c795b05..378eac2 100644
--- a/projects/macosx/.gitignore
+++ b/projects/macosx/.gitignore
@@ -1 +1 @@
-build
\ No newline at end of file
+build
diff --git a/src/.gitignore b/src/.gitignore
index 4dc9422..145f5d7 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1 +1 @@
-test_*
\ No newline at end of file
+test_*
diff --git a/src/misc/.gitignore b/src/misc/.gitignore
index 6f7c468..e9cba81 100644
--- a/src/misc/.gitignore
+++ b/src/misc/.gitignore
@@ -1 +1 @@
-revision.c
\ No newline at end of file
+revision.c
More information about the vlc-devel
mailing list