i have created a repository in bitbucket and i have maven web project (eclipse ide) as in below structure
project
--src/main/java
--src/main/resource
--src/main/webapp
.classpaht
.project
lib
i followed below link to create git repository and i pushed to project to but bucket, where as i have committed only java, resource and webapp files to git and pushed to bitbucket.
http://wangpidong.blogspot.com.es/2012/05/how-to-use-bitbucket-with-egit-in.html
but when i see in bitbucket i have .classpath, .project and lib folder added to the repository, which i never commited the files. i am new to git and bitbucket , i dont know how to fix, or am i doing it wrongly,, help needed