From: Dave Chinner Date: Mon, 9 May 2016 00:43:29 +0000 (+1000) Subject: config: git should ignore config files in config directory X-Git-Tag: v2022.05.01~2540 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9ad045acc8d339c587b1a5843ac14cddd3cd01b4;p=xfstests-dev.git 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 --- 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