From f10c2422ae099fa34003c9f6ec5721e54fa71e22 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Wed, 12 Jan 2011 14:53:42 +0100 Subject: [PATCH] update .gitignore's Some files were not in .gitignore files, add them properly to not show up in the status list. Signed-off-by: Jiri Slaby Signed-off-by: Jan Safranek --- src/tools/.gitignore | 1 + tests/.gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/tools/.gitignore b/src/tools/.gitignore index 3c46451c..d87e9452 100644 --- a/src/tools/.gitignore +++ b/src/tools/.gitignore @@ -6,5 +6,6 @@ cgdelete cgexec cgget cgset +cgsnapshot lscgroup lssubsys diff --git a/tests/.gitignore b/tests/.gitignore index b0cd6103..b6aeef74 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,6 +1,7 @@ get_all_controller get_controller get_mount_point +get_procs get_variable_names libcg_ba libcgrouptest01 @@ -8,5 +9,6 @@ pathtest proctest read_stats setuid +test_named_hierarchy walk_task walk_test -- 2.47.2