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>
This commit is contained in:
parent
08e4f700ac
commit
2099f9005e
|
|
@ -46,8 +46,7 @@
|
||||||
/reloc_off
|
/reloc_off
|
||||||
|
|
||||||
/include/generated/
|
/include/generated/
|
||||||
/lib/asm-offsets.s
|
asm-offsets.s
|
||||||
/arch/*/cpu/asm-offsets.s
|
|
||||||
|
|
||||||
# stgit generated dirs
|
# stgit generated dirs
|
||||||
patches-*
|
patches-*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue