diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-16 22:41:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-16 22:41:40 (EDT) |
commit | 0a0a2d5874db365ca638c68b2db8a403321acdae (patch) | |
tree | af954f005bc2b24c1bc98d6632984b9fb254319a /.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/ |