From 2099f9005efa98847c7b282f43c41aafb39a6611 Mon Sep 17 00:00:00 2001
From: Laurence Withers <lwithers@guralp.com>
Date: Fri, 30 Sep 2011 12:09:39 +0000
Subject: [PATCH] Tell git to ignore asm-offsets.s

The generated file asm-offsets.s may be found at various depths in the
arch subdirectories, so simply ignore it throughout the tree.

Signed-off-by: Laurence Withers <lwithers@guralp.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
---
 .gitignore | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 289ffab85a..0a9dc0c75a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,8 +46,7 @@
 /reloc_off
 
 /include/generated/
-/lib/asm-offsets.s
-/arch/*/cpu/asm-offsets.s
+asm-offsets.s
 
 # stgit generated dirs
 patches-*
-- 
2.39.5