diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-30 17:20:30 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-30 17:20:30 (EDT) |
commit | 9f352b91d59cc638212db9cfe4251593daf0c097 (patch) | |
tree | 4324d427fc0ddb92574fdd94f8bc7d0cf4d31e5c | |
parent | 6d1c49dbf32507eca170d4c605d603558b1c6f82 (diff) |
.gitignore: New file
-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/ |