Repository: commons-text
Updated Branches:
  refs/heads/master ad2c0bf5d -> de4a87af5


Copying .gitignore from [lang]


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/de4a87af
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/de4a87af
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/de4a87af

Branch: refs/heads/master
Commit: de4a87af5ab02c78cd012d1b72b3e745b17e0d8f
Parents: ad2c0bf
Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
Authored: Wed Oct 12 20:03:30 2016 +1300
Committer: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
Committed: Wed Oct 12 20:03:30 2016 +1300

----------------------------------------------------------------------
 .gitignore | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/de4a87af/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index c8130e7..b9493d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,19 @@
-# Include only files generated during build, and avoid IDE specific files 
-target/
+# 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

Reply via email to