diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-25 21:50:58 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-25 21:50:58 (EDT) |
commit | 390463aa8479ad403c2e5a3372160e2f9b8294e3 (patch) | |
tree | 7a76227ab100dd84b8aee2b06d694e8bbaa3a3b7 | |
parent | 5b6925b8974b2e79d2ba7a0e5743842001465960 (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/ |