diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-13 14:28:20 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-13 14:28:20 +0200 |
commit | e3c00df5d01a783192a57d7923736e258372e177 (patch) | |
tree | 83f1d2df3e72a978214f804dde3b3f83b7ab8642 | |
parent | 7efb6e6f7914ab2106640a5f83cea26e81af14c8 (diff) | |
download | vim-polyglot-e3c00df5d01a783192a57d7923736e258372e177.tar.gz vim-polyglot-e3c00df5d01a783192a57d7923736e258372e177.zip |
Ignore certain files in release
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..061c4181 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitignore export-ignore +.gitattributes export-ignore +build export-ignore +README.md export-ignore |