diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-04 15:54:33 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-04 15:54:33 (EDT) |
commit | d4827ace5591588ae1f3ff4f3c083212bd371f42 (patch) | |
tree | 4be5dbade5c9e3ce8f5ab7856e26d3a985f1d521 /.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/ |