Explain the .* .gitignore rule

This commit is contained in:
w0rp 2018-12-10 20:20:23 +00:00
parent 39c892eff4
commit c899ff3523
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
!.editorconfig
*.obj
# Ignore all hidden files everywhere.
# Use `git add -f` to add hidden files.
.*
/doc/tags
/init.vim