Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/2099f9005efa98847c7b282f43c41aafb39a6611 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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>
master
Laurence Withers 14 years ago committed by Wolfgang Denk
parent 08e4f700ac
commit 2099f9005e
  1. 3
      .gitignore

3
.gitignore vendored

@ -46,8 +46,7 @@
/reloc_off
/include/generated/
/lib/asm-offsets.s
/arch/*/cpu/asm-offsets.s
asm-offsets.s
# stgit generated dirs
patches-*

Loading…
Cancel
Save