diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-20 01:56:00 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-20 01:56:00 (EDT) |
commit | 72dff94cceb72d94651db287ee49fc74d12944ec (patch) | |
tree | 8df18d06d1b1138f6a97e943b33bd3d069ee4cb7 /.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/ |