diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-07 16:25:53 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-07 16:25:53 (EDT) |
commit | 4449ca87574c9f20ec7c82b360d07db80cff52ff (patch) | |
tree | ca7e0e9a2287d88e25f804dba74d9e825e15e0cf | |
parent | a79c85c15e9b08a821001ebf3ea9eed86f3f36ac (diff) |
.*: Exclude from Git
-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 *-*.orig.tar.* |