diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-09 17:23:52 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-09 17:31:00 (EDT) |
commit | debc641386aadbee613f7b03f3463b82ac426231 (patch) | |
tree | bfcaf5369f8ac21e6362c6459c96d5ee172fce3b /.gitignore |
Initial commit.
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/ |