diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 02:46:22 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 02:56:48 (EST) |
commit | 5266b71db706a038181bd431f837ab3b7aa5ada1 (patch) | |
tree | 62fc921f6befb8b6812acf90d77d3bd84ebf36dd | |
parent | 23cbb12b9f55d42a94935851c8272dda55f63c6f (diff) |
.gitignore: Exclude .*
-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 # Source archives busybox-*.orig.tar.* |