diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-23 13:39:03 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-23 13:39:03 (EDT) |
commit | ce2f8ce9596b80c59f223294772fd92f68c35d29 (patch) | |
tree | 0abde9b015347c47f2d665d73e149ece12c83966 | |
parent | 9e8cbf2627c9ea6edce160388479228eba50928e (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/ |