diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-22 16:40:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-22 16:41:27 (EDT) |
commit | 1a2af59130191b748040d523be8bc504fa76bf21 (patch) | |
tree | 678b5803dac3f771f4dd542a649d0cf1a9a66883 /.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/ |