diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 02:33:15 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 02:33:15 (EST) |
commit | eea788d93fbcb3149d3805afe1f415e38028698c (patch) | |
tree | 940740b41f20f3c3a6f8bef712e37670248449de /.gitignore | |
parent | 77f77b367fb1ecde995f9cdab279693566077671 (diff) |
.gitignore: Exclude .*
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,8 +1,6 @@ -# Swap and backup files -.*.sw* -.sw* -*~ -Session.vim +# Vim swap and other dot files +.* +!.gitignore # Generated files *.pkg/ |