From 9ad045acc8d339c587b1a5843ac14cddd3cd01b4 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Mon, 9 May 2016 10:43:29 +1000 Subject: [PATCH] config: git should ignore config files in config directory Running a git clean on a xfstests tree causes it to remove the config files for the given host. Make git ignore custom config files in this directory so git clean won't completely trash the local config needed to run xfstests. Signed-off-by: Dave Chinner --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f9ea1fa7..57eaee1a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ /patches /.pc +# custom config files +/configs/*.config + # ltp/ binaries /ltp/aio-stress /ltp/doio -- 2.30.2