Re: [PATCH v2] btrfs-progs: gitignore: Ignore hidden files

2019-03-05 Thread David Sterba
On Tue, Mar 05, 2019 at 08:35:39PM +0800, Qu Wenruo wrote: > > > On 2019/3/5 下午8:27, David Sterba wrote: > > On Thu, Feb 28, 2019 at 10:22:06AM +0800, Qu Wenruo wrote: > >> A lot of editor/IDE related config files are dotfiles, like .vimrc > >> or .clang_complete. > >> > >> Instead of adding giti

Re: [PATCH v2] btrfs-progs: gitignore: Ignore hidden files

2019-03-05 Thread Qu Wenruo
On 2019/3/5 下午8:27, David Sterba wrote: > On Thu, Feb 28, 2019 at 10:22:06AM +0800, Qu Wenruo wrote: >> 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. > > Fortunat

Re: [PATCH v2] btrfs-progs: gitignore: Ignore hidden files

2019-03-05 Thread David Sterba
On Thu, Feb 28, 2019 at 10:22:06AM +0800, Qu Wenruo wrote: > 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. Fortunatelly it still works for tracked dotfiles like .travi

[PATCH v2] btrfs-progs: gitignore: Ignore hidden files

2019-02-27 Thread Qu Wenruo
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. Signed-off-by: Qu Wenruo --- changelog v2: - Change "hidden files" to "dotfiles" in the commit message. - No longer mention the