public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* Updating the gitignore to ignore include/asm-arm/mach-types.h
@ 2009-07-14  6:16 venkat
  0 siblings, 0 replies; only message in thread
From: venkat @ 2009-07-14  6:16 UTC (permalink / raw)
  To: linux-omap

[-- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-14  6:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-14  6:16 Updating the gitignore to ignore include/asm-arm/mach-types.h venkat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox