Using .gitignore rather than .hgignore
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/eca44738 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/eca44738 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/eca44738 Branch: refs/heads/master Commit: eca447380c1c08b1d0687089c0cd6564f319ca76 Parents: e95bb20 Author: Jaroslav Tulach <[email protected]> Authored: Sat Jan 14 05:18:20 2017 +0100 Committer: Jaroslav Tulach <[email protected]> Committed: Fri Sep 8 17:13:55 2017 +0200 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/eca44738/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c23ef8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*/target/ +/target/ \ No newline at end of file
