summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLaurence Withers <lwithers@guralp.com>2011-09-30 12:09:39 +0000
committerWolfgang Denk <wd@denx.de>2011-10-06 20:10:45 +0200
commit2099f9005efa98847c7b282f43c41aafb39a6611 (patch)
treefad1f8558dc554a1271f9cca1590ab0c6c3d1538 /.gitignore
parent08e4f700ac450ddc5d4819e23df5bc46eb767464 (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 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-*