diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-13 22:50:14 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-13 22:50:14 (EDT) |
commit | dfa51e11e7454b1020a05fe42b39008f26c4ea36 (patch) | |
tree | 4be3dc03d98bd7e5669657d4d1b2f3e6287bdea0 /.gitignore | |
parent | 9a3e02fc9ec4c4c0d55a9f46664df8924932fd22 (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/ |