Added release directory to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/7eb4b7a7 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/7eb4b7a7 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/7eb4b7a7 Branch: refs/heads/api-work Commit: 7eb4b7a7fd2500b1f00b90d56451b60c97eb651d Parents: 661949f Author: Shad Storhaug <[email protected]> Authored: Wed Apr 12 21:58:53 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Wed Apr 12 21:58:53 2017 +0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/7eb4b7a7/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e75aaec..7b482db 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ TestResults/ test-files/analysis/data/ [Nn]u[Gg]et[Pp]ackages/ out.dot +release/ # NuGet v3's project.json files produces more ignoreable files *.nuget.props
