From c0b1139184adf847ed9d23fb1d9eb571d10ba2c4 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Fri, 17 Apr 2015 03:02:55 -0300 Subject: [PATCH] Exclude RELEASE_NOTES from releases --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6df8bf4b133..bfa1908956f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ .gitattributes export-ignore .gitignore export-ignore .travis.yml export-ignore +RELEASE_NOTES export-ignore