Repository: commons-dbcp
Updated Branches:
  refs/heads/master d49d45eba -> 51124f92b


fixing gitignore rules


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

Branch: refs/heads/master
Commit: 51124f92b8dfac12ecef3c5ffe224a9f802e8a9f
Parents: d49d45e
Author: Mark Struberg <strub...@apache.org>
Authored: Tue Oct 23 20:19:09 2018 +0200
Committer: Mark Struberg <strub...@apache.org>
Committed: Tue Oct 23 20:19:09 2018 +0200

----------------------------------------------------------------------
 .gitignore | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/51124f92/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 2281b1e..bfb50d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
-### 
https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore
-
 target/
 pom.xml.tag
 pom.xml.releaseBackup
@@ -16,3 +14,10 @@ site-content
 /.settings
 /ObjectStore/
 /bin/
+
+# no IDE stuff in our SCM
+.classpath
+.settings
+.idea
+*.iml
+.nbproject

Reply via email to