diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-12 02:17:32 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-12 02:17:32 (EDT) |
commit | 422e5a4f77acf46d17cabbcad7d3f456bf833d5b (patch) | |
tree | ac708e7d4b39d878230f17003d91125a0dfbae7c /.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/ |