You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/11/29 16:08:41 UTC

commons-build-plugin git commit: adding .gitignore

Repository: commons-build-plugin
Updated Branches:
  refs/heads/master bee0b6ec7 -> 08f4aed05


adding .gitignore


Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/08f4aed0
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/08f4aed0
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/08f4aed0

Branch: refs/heads/master
Commit: 08f4aed059120f678ac6274eb6bfef8fd4c6f72d
Parents: bee0b6e
Author: Rob Tompkins <ch...@gmail.com>
Authored: Wed Nov 29 11:08:33 2017 -0500
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Wed Nov 29 11:08:33 2017 -0500

----------------------------------------------------------------------
 .gitignore | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/08f4aed0/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7c9b4e9
--- /dev/null
+++ b/.gitignore
@@ -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
\ No newline at end of file