diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-02 10:39:10 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-02 10:39:10 (EDT) |
commit | 4a0ac536c49246f46c22ac2f2f7c6172bcdb827b (patch) | |
tree | 93e4b32246c2a095eaf412f8f71246002a1e20cc /.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/ |