diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-11-24 12:16:18 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-11-24 12:16:18 (EST) |
commit | 4a29c6082672f5d0a03d3982ca232d8fb4bf0ea4 (patch) | |
tree | 192d7b8a2b59dfb44199559a8d1129fb80428cba /.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/ |