Ignore Eclipse project files
Project: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/commit/ada8bd82 Tree: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/tree/ada8bd82 Diff: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/diff/ada8bd82 Branch: refs/heads/trunk Commit: ada8bd8284bf7da1b51d2ad17eb3595a561e9441 Parents: cd4e9e0 Author: Niklas Gustavsson <[email protected]> Authored: Mon Aug 12 00:01:09 2013 +0200 Committer: Niklas Gustavsson <[email protected]> Committed: Mon Aug 12 00:14:51 2013 +0200 ---------------------------------------------------------------------- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-ftpserver/blob/ada8bd82/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d7b35b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.project +.classpath +.settings +target
