From dc592178f2047c0b4d9f8869d35ce8b9f132c19b Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Thu, 28 Feb 2019 10:22:06 +0800 Subject: [PATCH] btrfs-progs: gitignore: Ignore hidden files A lot of editor/IDE related config files are dotfiles, like .vimrc or .clang_complete. Instead of adding gitignore entry for each editor/IDE, just ignore all dotfiles. Files tracked by git are not ignored and can be updated as usual. Signed-off-by: Qu Wenruo Signed-off-by: David Sterba --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d9f022c4..aadf9ae7 100644 --- a/.gitignore +++ b/.gitignore @@ -64,7 +64,7 @@ /cscope.files /cscope.in.out /cscope.po.out -.clang_complete +.* /Documentation/Makefile /Documentation/*.html