You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/09/01 19:03:54 UTC

svn commit: r1519293 - /commons/proper/lang/trunk/.gitignore

Author: britter
Date: Sun Sep  1 17:03:54 2013
New Revision: 1519293

URL: http://svn.apache.org/r1519293
Log:
Add missing eclipse IDE config files to .gitignore

Modified:
    commons/proper/lang/trunk/.gitignore

Modified: commons/proper/lang/trunk/.gitignore
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/.gitignore?rev=1519293&r1=1519292&r2=1519293&view=diff
==============================================================================
--- commons/proper/lang/trunk/.gitignore (original)
+++ commons/proper/lang/trunk/.gitignore Sun Sep  1 17:03:54 2013
@@ -9,4 +9,9 @@ site-content
 .idea
 .iws
 *.iml
-*.ipr
\ No newline at end of file
+*.ipr
+
+# Eclipse files
+.settings
+.classpath
+.project