Added netbeans section in .gitignore
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/21bcfe6b Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/21bcfe6b Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/21bcfe6b Branch: refs/heads/master Commit: 21bcfe6b3d46f772149f39af303384b0b960d165 Parents: 192b912 Author: Antonio Sánchez <[email protected]> Authored: Thu May 1 14:15:15 2014 +0200 Committer: Antonio Sánchez <[email protected]> Committed: Thu May 1 14:15:15 2014 +0200 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/21bcfe6b/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 313053b..1fcd588 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ .project .settings/ +# Netbeans +nb-configuration.xml + # OSX .DS_Store
