diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-12-03 18:45:46 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-12-03 18:45:46 (EST) |
commit | 930d69fffc4fed214c0a9a5aa297d182fecd6aa2 (patch) | |
tree | 8e3f407fe4a009d299e4236cb76a95aee9c19fb0 /.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/ |