diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-11-24 14:03:41 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-11-24 14:03:41 (EST) |
commit | e4010fb5ba25215ed7ad1aceb26e7bc8237d3856 (patch) | |
tree | 05479031b00c490a8c4ef7a8d6a9ab62c78c917a /.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/ |