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 2017/06/08 17:41:58 UTC

commons-cli git commit: Add .gitignore file

Repository: commons-cli
Updated Branches:
  refs/heads/master 92f1def0b -> d08dc78a6


Add .gitignore file


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

Branch: refs/heads/master
Commit: d08dc78a6f7fc6189e398277935c615130e56869
Parents: 92f1def
Author: Benedikt Ritter <be...@gmail.com>
Authored: Thu Jun 8 19:41:49 2017 +0200
Committer: Benedikt Ritter <be...@gmail.com>
Committed: Thu Jun 8 19:41:49 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/d08dc78a/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..737b567
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+### https://raw.github.com/github/gitignore/f2ce448f2ba7a092da05482ceca99209127c0884/maven.gitignore
+
+target/
+pom.xml.tag
+pom.xml.releaseBackup
+pom.xml.versionsBackup
+pom.xml.next
+release.properties
+dependency-reduced-pom.xml
+buildNumber.properties
+.mvn/timing.properties
+
+# Exclude maven wrapper
+!/.mvn/wrapper/maven-wrapper.jar
+
+