From 0b67b1d558ac6f9c65a3b8b620775097aaa7e99d Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 13 Jun 2017 14:40:21 -0400 Subject: Update gitignore Add VIM swap files. Add testcase data and log files. Add testcase binary. Change-Id: I0bc59b9d74c157556e95ce0cc41974c9c42335e0 Signed-off-by: Brad Bishop --- .gitignore | 3 +++ test/.gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 test/.gitignore diff --git a/.gitignore b/.gitignore index 59cd8a2..c5f7114 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ phosphor-fan-monitor phosphor-cooling-type fan_monitor_defs.cpp test-driver +*.sw* +*.log +*.trs diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..0e55de9 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1 @@ +/timertest -- cgit v1.2.1