From 7a38dea2b56be25bf681a341896f5f50eb53d0d1 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 31 Dec 2017 12:43:47 -0800 Subject: [PATCH] .gitignore: Suppress srpt configuration test output files and .cache.mk files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 3da1fc741..d3080faae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Please keep the entries in this file sorted with the following vi command: +# :3,$!LC_ALL=C sort -fu + *.cmd *.ko *.ko.unsigned @@ -6,6 +9,7 @@ *.o.d *.orig *~ +.cache.mk .depend_adm .depend_d .directory @@ -33,4 +37,5 @@ scstadmin/scstadmin.*/scst-*/Makefile scstadmin/scstadmin.*/scst-*/MYMETA.yml scstadmin/scstadmin.*/scst-*/pm_to_blib srpt/build_mode +srpt/conftest/*/result-*.txt TAGS