From: Bruce Richardson Date: Mon, 11 Mar 2019 10:57:31 +0000 (+0000) Subject: git: ignore hidden files X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=64ab56632f0b28199297184a6a4a896fa39c5258 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 --- 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