Hi!
> After building in-tree (GIT), I get the following when issuing "git
> status" command:
> 
> # On branch master
> # Changes not staged for commit:
> #   (use "git add <file>..." to update what will be committed)
> #   (use "git checkout -- <file>..." to discard changes in working directory)
> #
> #       modified:   utils/ffsb-6.0-rc2/config.h.in
> #       modified:   utils/ffsb-6.0-rc2/configure
> #
> # Untracked files:
> #   (use "git add <file>..." to include in what will be committed)
> #
> #       testcases/kernel/io/stress_floppy/1000K_file
> #       testcases/kernel/io/stress_floppy/100K_file
> #       testcases/kernel/io/stress_floppy/10K_file
> #       testcases/kernel/io/stress_floppy/dumpdir/
> 
> This would suggest that the files utils/ffsb-6.0-rc2/config.h.in and
> utils/ffsb-6.0-rc2/configure are version controlled. Are they supposed
> to?

The whole ffsb directory is just untared archive of the ffsb benchmark
which is needed to produce the ffsb binary which is used in a few tests.

I cannot reproduce the diff in ffsb but I remeber seeing it. I think
that it's safe to ignore this one.

> Should above untracked files be added to .gitignore?

Looking at the stress_floppy Makefile these files are created upon
install phase, which is likely the reason these are missing from
.gitignore files. Feel free to send a patch.

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to