Add .gitignore with entries for maven files
Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/c75ed1c0 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/c75ed1c0 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/c75ed1c0 Branch: refs/heads/master Commit: c75ed1c01ecc9580d766d13cb54c849013e8fa83 Parents: b0766fe Author: Benedikt Ritter <[email protected]> Authored: Sat Sep 3 18:46:04 2016 +0200 Committer: Benedikt Ritter <[email protected]> Committed: Sat Sep 3 18:46:04 2016 +0200 ---------------------------------------------------------------------- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/c75ed1c0/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..df6dbbc --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +### https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore + +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties + +
