diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-09-06 16:19:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-09-06 16:24:37 (EDT) |
commit | c5379b4a73b94e855e5553c6be412f8253fc2890 (patch) | |
tree | eb69e0fd101173b5c5e1575b215d9f7f6bb7f4e5 /.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/ |