diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-05 03:01:37 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-05 03:01:37 (EDT) |
commit | dec63e3220800a9e1c5fe72dc25bbb79197cc127 (patch) | |
tree | 3f04bbcd4837854e4316882e07b4afaa69e0d90d /.gitignore | |
parent | 046053feb68114d43df2e99314aeff8437d5d5b7 (diff) |
.*: Exclude from Git
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 # Source archives *-*.orig.tar.* |