Repository: commons-pool Updated Branches: refs/heads/master 882c7f038 -> 26607dda7
Add Idea artifacts to .gitignore. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/26607dda Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/26607dda Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/26607dda Branch: refs/heads/master Commit: 26607dda702af39775b765bdd879e074db548970 Parents: 882c7f0 Author: Yulin Wang <jieyeb...@gmail.com> Authored: Mon Jun 11 10:00:53 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon Jun 11 10:00:53 2018 -0600 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-pool/blob/26607dda/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 35c0dd0..443c59a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ site-content /.project /.settings/ /bin/ +.idea/ +*.iml