added a .gitignore file
Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/c57d8dc1 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/c57d8dc1 Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/c57d8dc1 Branch: refs/heads/trunk Commit: c57d8dc172ac50922989aed1ef043130d25f0a55 Parents: de168e3 Author: elecharny <[email protected]> Authored: Wed Jan 9 18:36:50 2013 +0100 Committer: elecharny <[email protected]> Committed: Wed Jan 9 18:36:50 2013 +0100 ---------------------------------------------------------------------- .gitignore | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina/blob/c57d8dc1/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca7d13f --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.classpath +.project +.settings +.wtpmodules +*.ipr +*.iws +*.iml +target/ +bin/ +*.log +.deployables +.clover +
