From c899ff3523e716efb71907234d7ca2e740c9e761 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 10 Dec 2018 20:20:23 +0000 Subject: [PATCH] Explain the .* .gitignore rule --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index edb6293e..9b539d7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ !.editorconfig *.obj +# Ignore all hidden files everywhere. +# Use `git add -f` to add hidden files. .* /doc/tags /init.vim