Author: oheger
Date: Wed Jun 14 17:15:15 2017
New Revision: 1798719
URL: http://svn.apache.org/viewvc?rev=1798719&view=rev
Log:
Added basic .gitignore file.
Added:
commons/proper/jelly/trunk/.gitignore
Added: commons/proper/jelly/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/commons/proper/jelly/trunk/.gitignore?rev=1798719&view=auto
==============================================================================
--- commons/proper/jelly/trunk/.gitignore (added)
+++ commons/proper/jelly/trunk/.gitignore Wed Jun 14 17:15:15 2017
@@ -0,0 +1,19 @@
+# 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