From e885aeee35699910b4f08ece45c7c97110ffe41c Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 13 Feb 2018 15:42:09 +0100 Subject: Add usage notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And simplify .gitignore. I originally added !/.* to make sure committed dotfiles would still appear in git status, but that's not necessary: > Files already tracked by Git are not affected > ― gitignore(5) The only downside is that to start tracking new dotfiles, git add will need --force. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a7037b0..72e8ffc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ * -!/.* -- cgit v1.2.3