From 4ebbf758f5bd1c1738368614044325b4fd199d42 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Fri, 27 Jun 2014 13:58:42 -0700 Subject: [PATCH] .gitignore: add some more entries concerned with kernel Signed-off-by: Timothy Gu --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ac96616..7422cea 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,10 @@ lapack-netlib/TESTING/testing_results.txt lib.grd nohup.out config.h +config_kernel.h Makefile.conf Makefile.conf_last +Makefile_kernel.conf config_last.h getarch getarch_2nd @@ -41,6 +43,8 @@ ctest/xzcblat2 ctest/xzcblat3 exports/linktest.c exports/linux.def +kernel/setparam_*.c +kernel/kernel_*.h test/CBLAT2.SUMM test/CBLAT3.SUMM test/DBLAT2.SUMM -- 2.7.4