You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2017/11/11 15:20:06 UTC

svn commit: r1814958 - /commons/proper/configuration/trunk/.gitignore

Author: oheger
Date: Sat Nov 11 15:20:05 2017
New Revision: 1814958

URL: http://svn.apache.org/viewvc?rev=1814958&view=rev
Log:
CONFIGURATION-675: Added a .gitignore file.

Copied the one from commons-lang.

Added:
    commons/proper/configuration/trunk/.gitignore

Added: commons/proper/configuration/trunk/.gitignore
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/.gitignore?rev=1814958&view=auto
==============================================================================
--- commons/proper/configuration/trunk/.gitignore (added)
+++ commons/proper/configuration/trunk/.gitignore Sat Nov 11 15:20:05 2017
@@ -0,0 +1,20 @@
+# Maven build files
+target
+*.log
+maven-eclipse.xml
+build.properties
+site-content
+*~
+
+# IntelliJ IDEA files
+.idea
+.iws
+*.iml
+*.ipr
+
+# Eclipse files
+.settings
+.classpath
+.project
+.externalToolBuilders
+.checkstyle