git attributes

This commit is contained in:
Junegunn Choi
2013-04-12 00:22:41 +09:00
parent 4db673f459
commit 8dcba21260
3 changed files with 4 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2,3 +2,4 @@
.gitignore export-ignore
doc/tags export-ignore
README.md export-ignore
zip export-ignore

1
.gitignore vendored
View File

@@ -1 +1,2 @@
doc/tags
*.zip

2
zip Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
git archive -o vim-lesser-align.zip HEAD