You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by pe...@apache.org on 2018/10/24 09:26:24 UTC

incubator-crail git commit: [Git] add gitignore

Repository: incubator-crail
Updated Branches:
  refs/heads/master 5d1f827ab -> 69e3c6750


[Git] add gitignore

Add gitignore to avoid accidentially adding binaries,
IDE files, etc.

https://jira.apache.org/jira/browse/CRAIL-69

Signed-off-by: Jonas Pfefferle <pe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/69e3c675
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/69e3c675
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/69e3c675

Branch: refs/heads/master
Commit: 69e3c6750d0f17a91b88ef48cbc7e47c753d5ca4
Parents: 5d1f827
Author: Jonas Pfefferle <pe...@apache.org>
Authored: Wed Oct 24 10:45:32 2018 +0200
Committer: Jonas Pfefferle <pe...@apache.org>
Committed: Wed Oct 24 10:50:24 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/69e3c675/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..50a6560
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+# Compiled class file
+*.class
+
+# Log file
+*.log
+
+# Package Files #
+*.jar
+*.war
+*.nar
+*.ear
+*.zip
+*.tar.gz
+*.rar
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+
+.idea/
+*.iml
+
+target/
+assembly/target/
+client/target/
+doc/build/
+hdfs/target/
+namenode/target/
+rpc/target/
+rpc-darpc/target/
+rpc-narpc/target/
+storage/target/
+storage-nvmf/target/
+storage-rdma/target/