Author: tn Date: Tue Dec 30 18:37:29 2014 New Revision: 1648568 URL: http://svn.apache.org/r1648568 Log: Adding gitignore file.
Added: commons/proper/collections/trunk/.gitignore Added: commons/proper/collections/trunk/.gitignore URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/.gitignore?rev=1648568&view=auto ============================================================================== --- commons/proper/collections/trunk/.gitignore (added) +++ commons/proper/collections/trunk/.gitignore Tue Dec 30 18:37:29 2014 @@ -0,0 +1,17 @@ +# Maven build files +target +*.log +maven-eclipse.xml +build.properties +site-content + +# IntelliJ IDEA files +.idea +.iws +*.iml +*.ipr + +# Eclipse files +.settings +.classpath +.project