diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 02:39:51 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 02:39:51 (EST) |
commit | c7808357c590ae7f2c62417c95c5142be117f191 (patch) | |
tree | 8e4314d96a2b84b66ae88e786a2d4be3db3a4d1f /.gitignore | |
parent | 9ff594b4287260051ef1e11abad5bdfe055616b7 (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/ |