diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-07 12:54:18 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-07 12:54:18 (EDT) |
commit | 6b8e4081f0e47ed7926598ce86601e3345041458 (patch) | |
tree | 4086db51ca3ab964565c86987b5f4386d6afa1c4 /.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/ |