diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-21 22:15:10 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-21 22:15:10 (EDT) |
commit | a63ed9196d7e1de51f7d173e01ef1c497f034407 (patch) | |
tree | d8b9f704852bd4a33f048110f2b95017e4dd38ee /.gitignore | |
parent | 5290bdc84a3b0affc6801ffcbb2a873c42421248 (diff) |
.gitignore: New file.
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/ |