You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/11/24 10:53:07 UTC

[03/50] [abbrv] aries-jax-rs-whiteboard git commit: Add .gitignore

Add .gitignore


Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/64ea9eb3
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/64ea9eb3
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/64ea9eb3

Branch: refs/heads/master
Commit: 64ea9eb32d9bd3efa6c16b7b0588a7c254267431
Parents: d28a0cc
Author: Carlos Sierra <ca...@liferay.com>
Authored: Wed Sep 7 14:25:35 2016 +0200
Committer: Carlos Sierra <ca...@liferay.com>
Committed: Tue Oct 4 15:46:55 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/64ea9eb3/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..95cd470
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+**/build
+*.iml
+.gradle
+test-cxf/bundle
+test-cxf/felix-cache
\ No newline at end of file