Hi! > Signed-off-by: Mats Liljegren <[email protected]> > --- > .gitignore | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 1e9c911..9da07b9 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -61,3 +61,8 @@ logfile.* > /lib/tests/tst_process_state > /lib/tests/tst_cleanup_once > /lib/tests/tst_safe_macros > + > +/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/
Can you please start a new .gitignore file in the testcases/kernel/io/stress_floppy/ directory? It's easier to maintain if the records are defined per directory rather than in the global file. -- 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
