diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-08 13:07:13 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-08 13:07:13 (EDT) |
commit | 94020c50f9f4b87934aa3fdbe1f2a6c95187da62 (patch) | |
tree | ea2116112317dd364d5b3c2d1c84930e72c26a73 /.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/ |