diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-01 22:51:53 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-01 22:51:53 (EDT) |
commit | ce4302a647b4bd9c8dd1b591f0e8b2c15c9c0fc2 (patch) | |
tree | d84e504ea30f00d8b66e042501ad3f0e7f8fd7b0 /.gitignore | |
parent | 7c0a177f0d49e8d4622c993a0bc70fdcf3f43959 (diff) |
.gitignore: New file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a09c6b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +*-*.orig.tar.* +keyring.gpg + +# Work area +tmp/ |