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

Message ID 1279124246-12187-2-git-send-email-saaguirre@ti.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

Aguirre Rodriguez, Sergio Alberto July 14, 2010, 4:17 p.m. UTC
  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 <saaguirre@ti.com>
---
 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
  

Comments

Laurent Pinchart July 30, 2010, 1:42 p.m. UTC | #1
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 <saaguirre@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 0000000..1e56cf5
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,4 @@
> +*.o
> +media-ctl
> +
> +patches/*
  

Patch

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