diff options
author | P. J. McDermott <pj@pehjota.net> | 2019-04-01 17:03:18 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2019-04-01 17:03:18 (EDT) |
commit | fa3137d88c752c35477552595a3834dfbbacfa08 (patch) | |
tree | 571dff3c8e70aa14410692e485f5e3ccb01ba7c7 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..213a9bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +*-*.orig.tar.* + +# Work area +tmp/ |