diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-13 13:21:35 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-13 13:21:35 (EDT) |
commit | 6f09fa3c45f504d008728a458b1a07ddbcf92139 (patch) | |
tree | d8c797f7a7af55466d1ab6ace45c002ec9c94eaa /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8832d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Work area +tmp/ |