diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-12 12:50:08 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-12 12:50:08 (EDT) |
commit | 689a2d74abb265dc4d54fa8a86b52a621f0f90ab (patch) | |
tree | c0171270d228f3fa483599c240768541e47d9788 /.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/ |