You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/09/23 00:02:47 UTC

git commit: .gitignore

Repository: jena
Updated Branches:
  refs/heads/master fda02915b -> 649a37bb4


.gitignore


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

Branch: refs/heads/master
Commit: 649a37bb433e2777c643947c9e66160030f1bf6d
Parents: fda0291
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Sep 22 22:53:36 2014 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Sep 22 22:53:36 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/jena/blob/649a37bb/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d3e74b2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+# Maven and build files
+target/
+
+# Eclipse
+.classpath
+.project
+.settings
+
+# Idea IntelliJ
+*.ipr
+*.iws
+*.iml
+.idea/
+
+# Caches
+.scala_dependencies
+
+# Other
+.DS_Store
+*.jar
+
+# Backups
+pom.xml.backup
+*~
+.#*
+