From ab7541d81072cab8809101cebf750b30960c27b1 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 22 Feb 2016 14:14:37 -0700 Subject: [PATCH] kperf: add .gitignore entries Change-Id: I80725118e44e147e12dcac31d0ba58f175a89d10 Signed-off-by: Daniel Verkamp --- .gitignore | 2 ++ examples/ioat/kperf/kmod/.gitignore | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 examples/ioat/kperf/kmod/.gitignore diff --git a/.gitignore b/.gitignore index 57f8be55b..0f681c3e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ *.a +*.cmd *.d *.gcda *.gcno +*.ko *.o *~ *.swp diff --git a/examples/ioat/kperf/kmod/.gitignore b/examples/ioat/kperf/kmod/.gitignore new file mode 100644 index 000000000..ea1068b97 --- /dev/null +++ b/examples/ioat/kperf/kmod/.gitignore @@ -0,0 +1,4 @@ +.tmp_versions +dmaperf.mod.c +modules.order +Module.symvers