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

gitignore: Add defconfig and fdtgrep

Ignore defconfig and tools/fdtgrep.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
master
Bin Meng 10 years ago committed by Simon Glass
parent fe3fbd3024
commit 0112432798
  1. 1
      .gitignore
  2. 1
      tools/.gitignore

1
.gitignore vendored

@ -48,6 +48,7 @@
/LOG
/spl/
/tpl/
/defconfig
#
# Generated include files

1
tools/.gitignore vendored

@ -1,6 +1,7 @@
/atmel_pmecc_params
/bmp_logo
/envcrc
/fdtgrep
/fit_check_sign
/fit_info
/gen_eth_addr

Loading…
Cancel
Save