You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by br...@apache.org on 2012/12/21 20:02:45 UTC

git commit: MRUNIT-168: .gitignore does not exist

Updated Branches:
  refs/heads/trunk 59aa9dc18 -> e21ed2e5c


MRUNIT-168: .gitignore does not exist


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

Branch: refs/heads/trunk
Commit: e21ed2e5cf35c77de18df8b307c0c0849906c0c9
Parents: 59aa9dc
Author: Brock Noland <br...@apache.org>
Authored: Fri Dec 21 13:02:11 2012 -0600
Committer: Brock Noland <br...@apache.org>
Committed: Fri Dec 21 13:02:24 2012 -0600

----------------------------------------------------------------------
 .gitignore |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mrunit/blob/e21ed2e5/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..337f7f7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Lines that start with '#' are comments.
+*~
+*.diff
+*#
+.classpath
+.project
+.settings
+.eclipse
+*/bin
+target
+.idea
+*.iml