Added out.dot to .gitignore (these files are created during testing)
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/3437f3b7 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/3437f3b7 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/3437f3b7 Branch: refs/heads/api-work Commit: 3437f3b7fccd4d7fe358b5ebadb26e1d10bd9340 Parents: ab626ce Author: Shad Storhaug <[email protected]> Authored: Sun Feb 26 18:32:57 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Mon Feb 27 06:18:02 2017 +0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/3437f3b7/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 4ee6108..e75aaec 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ packages/ TestResults/ test-files/analysis/data/ [Nn]u[Gg]et[Pp]ackages/ +out.dot # NuGet v3's project.json files produces more ignoreable files *.nuget.props
