From 8dcba21260c91795725a0119e06c1ca255ac2121 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 12 Apr 2013 00:22:41 +0900 Subject: [PATCH] git attributes --- .gitattributes | 1 + .gitignore | 1 + zip | 2 ++ 3 files changed, 4 insertions(+) create mode 100755 zip diff --git a/.gitattributes b/.gitattributes index 8ea7806..2dbe162 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ .gitignore export-ignore doc/tags export-ignore README.md export-ignore +zip export-ignore diff --git a/.gitignore b/.gitignore index 926ccaa..9b3154d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ doc/tags +*.zip diff --git a/zip b/zip new file mode 100755 index 0000000..a3bda6e --- /dev/null +++ b/zip @@ -0,0 +1,2 @@ +#!/bin/sh +git archive -o vim-lesser-align.zip HEAD