mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-15 00:04:23 +08:00
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 <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c7d546ab6b
commit
dc592178f2
2
.gitignore
vendored
2
.gitignore
vendored
@ -64,7 +64,7 @@
|
||||
/cscope.files
|
||||
/cscope.in.out
|
||||
/cscope.po.out
|
||||
.clang_complete
|
||||
.*
|
||||
|
||||
/Documentation/Makefile
|
||||
/Documentation/*.html
|
||||
|
Loading…
Reference in New Issue
Block a user