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? Should above untracked files be added to .gitignore? Or am I supposed to build somewhere else? Regards Mats Liljegren ------------------------------------------------------------------------------ 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
