Repository: juddi Updated Branches: refs/heads/master 0262583c2 -> f6bc97178
NOJIRA applying user submitted patch to add intellij files to the ignore list Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/f6bc9717 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/f6bc9717 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/f6bc9717 Branch: refs/heads/master Commit: f6bc97178d2c60d07651f22565622241431372f0 Parents: 0262583 Author: Alex <[email protected]> Authored: Mon Nov 30 22:03:46 2015 -0500 Committer: Alex <[email protected]> Committed: Mon Nov 30 22:03:46 2015 -0500 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/f6bc9717/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 9c16e4f..5f071fe 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,8 @@ target **/.settings/ .gradle/ .svn/ +.idea +**/*.iml docs/db/ddl/*.ddl +*.ddl uddi-tck/pref-rpt-*.txt \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
