update .gitignore for Intellij files
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/26972c26 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/26972c26 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/26972c26 Branch: refs/heads/messaging-module Commit: 26972c2641671aa56e560aeba4227802df99e995 Parents: b8c8bb3 Author: Ralph Goers <[email protected]> Authored: Fri Aug 29 14:30:36 2014 -0700 Committer: Ralph Goers <[email protected]> Committed: Fri Aug 29 14:30:36 2014 -0700 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/26972c26/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index d8fe4fa..b7a2888 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ /.project +/.idea +**/*.iml +**/target
