Re: [media-ctl PATCH 1/3] Create initial .gitignore file

2010-07-30 Thread Laurent Pinchart
Hi Sergio,

Thanks for the patch, and sorry for the delay. Applied.

On Wednesday 14 July 2010 18:17:24 Sergio Aguirre wrote:
 The idea of this file is to ignore build generated files, and also
 the standard patches subfolder, used by quilt for example.
 
 Signed-off-by: Sergio Aguirre saagui...@ti.com
 ---
  .gitignore |4 
  1 files changed, 4 insertions(+), 0 deletions(-)
  create mode 100644 .gitignore
 
 diff --git a/.gitignore b/.gitignore
 new file mode 100644
 index 000..1e56cf5
 --- /dev/null
 +++ b/.gitignore
 @@ -0,0 +1,4 @@
 +*.o
 +media-ctl
 +
 +patches/*

-- 
Regards,

Laurent Pinchart
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[media-ctl PATCH 1/3] Create initial .gitignore file

2010-07-14 Thread Sergio Aguirre
The idea of this file is to ignore build generated files, and also
the standard patches subfolder, used by quilt for example.

Signed-off-by: Sergio Aguirre saagui...@ti.com
---
 .gitignore |4 
 1 files changed, 4 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..1e56cf5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.o
+media-ctl
+
+patches/*
-- 
1.6.3.3

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html