public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: venkat <venkat.raju@embinux.com>
To: linux-omap@vger.kernel.org
Subject: Updating the gitignore to ignore include/asm-arm/mach-types.h
Date: Tue, 14 Jul 2009 11:46:20 +0530	[thread overview]
Message-ID: <4A5C22B4.5000806@embinux.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 192 bytes --]

Hi  All,

 Found that "include/asm-arm/mach-types.h" was generating after 
compilation which needs to be ignored by git.  Attached patch simply add 
this file to gitignore.


Regards,
Venkat.

[-- Attachment #2: Updating-the-gitignore-to-ignore-include-asm-arm-mac.patch --]
[-- Type: text/x-patch, Size: 731 bytes --]

>From c1ac3148d1352716216dc020a584a0085bd3667b Mon Sep 17 00:00:00 2001
From: Venkat Raju <venkat.raju@embinux.com>
Date: Tue, 14 Jul 2009 10:10:30 +0530
Subject: [PATCH] Updating the gitignore to ignore include/asm-arm/mach-types.h

This file was genarating after compilation and was showing as
untracked file.

Signed-off-by: Venkat Raju <venkat.raju@embinux.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 51bd99d..d4928fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,6 +43,7 @@ Module.symvers
 #
 include/asm
 include/asm-*/asm-offsets.h
+include/asm-arm/mach-types.h
 include/config
 include/linux/autoconf.h
 include/linux/compile.h
-- 
1.5.3.3


                 reply	other threads:[~2009-07-14  6:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A5C22B4.5000806@embinux.com \
    --to=venkat.raju@embinux.com \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox