diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-31 14:21:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-31 14:21:42 (EDT) |
commit | 82c26b62fb269bd792e1275cfbea6e5a426ad818 (patch) | |
tree | 837a9663b287abbed6f20b8617bf13d665532187 /.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/ |