diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-06 14:28:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-06 14:28:40 (EDT) |
commit | 09cc3b9c7e43523df2b2a3285cea00cd5625e22d (patch) | |
tree | 6f910a8a0cbc79047f08c893220414c505443f90 /.gitignore | |
parent | 19c0fc550a91f7f4134858ebda557f4710b6775c (diff) |
Git: Ignore swap and backup files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1 +1,8 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Work area tmp/ |