You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2014/09/22 10:11:00 UTC

git commit: added .gitignore

Repository: commons-math
Updated Branches:
  refs/heads/master e9464c0a6 -> 3cbfe2737


added .gitignore


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

Branch: refs/heads/master
Commit: 3cbfe273767a6b29293e0bfc5344e37ba000150b
Parents: e9464c0
Author: Luc Maisonobe <lu...@apache.org>
Authored: Mon Sep 22 10:10:06 2014 +0200
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Mon Sep 22 10:10:06 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/3cbfe273/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bb247c3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+.classpath
+.project
+.settings
+.checkstyle
+bin
+target
+/build
+/lib
+*.class