diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-16 18:27:59 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-16 18:27:59 (EDT) |
commit | 1a5a1ebbebf35b4c9b365da716c8521f857d2eb1 (patch) | |
tree | 7ccfaac1160007eacffc9020a415b31d83ca98fe /.gitignore | |
parent | 5d6030abff6c80af2eaa5b13aa973405b65b3245 (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 linux-libre-*.orig.tar.* |