Ignore .orig file - results of applying a patch
Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/e58ccc78 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/e58ccc78 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/e58ccc78 Branch: refs/heads/master Commit: e58ccc7885c982ee138abfb1e5f42a5f6cca64f1 Parents: 7e94a36 Author: Jaroslav Tulach <[email protected]> Authored: Sat Sep 9 07:26:26 2017 +0200 Committer: Jaroslav Tulach <[email protected]> Committed: Sat Sep 9 07:26:26 2017 +0200 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/e58ccc78/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 4352b77..cdac775 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ */target/ /target/ +*.orig
