diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-10 18:34:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-10 18:34:48 (EDT) |
commit | 642ffaa071ef83b6e5a162cd01ca03e1d9618e43 (patch) | |
tree | d863ce4a3e454c59711244c7c7b95774c6754985 /.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/ |