From 64ab56632f0b28199297184a6a4a896fa39c5258 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Mon, 11 Mar 2019 10:57:31 +0000 Subject: [PATCH] git: ignore hidden files Generally hidden files are hidden for good reason and we don't want to track them in git. They can always be manually added to git tracking individually if needed. Signed-off-by: Bruce Richardson --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index eb3c23705b..39e00bd633 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# ignore hidden files +.* + # ignore generated documentation tables doc/guides/nics/overview_table.txt doc/guides/cryptodevs/overview_feature_table.txt