From: Cyril H. <su...@li...> - 2013-05-10 08:22:08
|
The branch, master, has been updated via bf812bd9f8347b1a89326f42c493f8e2f48c5d44 (commit) via d3373fc804184af460bc5ae6a44e67d1388aeed5 (commit) from 18f6767215c974d7b25edbc9c769c87e811b8d94 (commit) - Log ----------------------------------------------------------------- commit bf812bd9f8347b1a89326f42c493f8e2f48c5d44 Author: Wanlong Gao <gao...@cn...> Date: Fri May 10 16:17:31 2013 +0800 gitignore: add binaries from lib/tests/ Signed-off-by: Wanlong Gao <gao...@cn...> commit d3373fc804184af460bc5ae6a44e67d1388aeed5 Author: Wanlong Gao <gao...@cn...> Date: Fri May 10 16:14:59 2013 +0800 gitignore: add oom05, thp0{3,4,5} Signed-off-by: Wanlong Gao <gao...@cn...> ----------------------------------------------------------------------- Summary of changes: .gitignore | 5 +++++ testcases/kernel/mem/.gitignore | 4 ++++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index d202037..140f5f4 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,8 @@ logfile.* /utils/benchmark/ebizzy-0.3/ebizzy /lib/tests/bytes_by_prefix_test /lib/tests/tst_tmpdir_test +/lib/tests/tst_checkpoint_child +/lib/tests/tst_checkpoint_child_exits +/lib/tests/tst_checkpoint_parent +/lib/tests/tst_checkpoint_parent_exits +/lib/tests/tst_process_state diff --git a/testcases/kernel/mem/.gitignore b/testcases/kernel/mem/.gitignore index e60e458..532c87a 100644 --- a/testcases/kernel/mem/.gitignore +++ b/testcases/kernel/mem/.gitignore @@ -46,6 +46,7 @@ /oom/oom02 /oom/oom03 /oom/oom04 +/oom/oom05 /page/page01 /page/page02 /shmt/shmt02 @@ -60,6 +61,9 @@ /swapping/swapping01 /thp/thp01 /thp/thp02 +/thp/thp03 +/thp/thp04 +/thp/thp05 /tunable/max_map_count /tunable/min_free_kbytes /tunable/overcommit_memory hooks/post-receive -- ltp |