diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-01 19:18:11 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-01 19:18:11 (EDT) |
commit | f04928b5e674f6f7015c9d40b017049d86015a56 (patch) | |
tree | aa1f4b7289fc0806e3905fe2e0df343f8e52e65a /.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/ |