
On Tuesday 19 May 2009 09:49:25 Richard Retanubun wrote:
I rebased to uboot-2009.06-rc1 some time ago and did a 'git status' today, in addition to the files I know I modified, I'm seeing some extra files:
# On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # tools/crc32.c # tools/env_embedded.c # tools/fdt.c # tools/fdt_ro.c # tools/fdt_rw.c # tools/fdt_strerror.c # tools/fdt_wip.c # tools/image.c # tools/libfdt_internal.h # tools/md5.c # tools/sha1.c # tools/zlib.h
I'm wondering if other people are seeing this.
do a `git clean`. the build system stopped generating symlinks which means they're no longer in gitignore nor are they cleaned automatically. -mike