This is an automated email from the ASF dual-hosted git repository.
lanking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 7b9779a Update scala-package gitignore configuration. (#13962)
7b9779a is described below
commit 7b9779a8c9884370e6a84da9675d49b23f35b4a7
Author: Frank Liu <[email protected]>
AuthorDate: Mon Jan 28 11:28:48 2019 -0800
Update scala-package gitignore configuration. (#13962)
---
.gitignore | 35 ++++++++++-------------------------
scala-package/.gitignore | 1 +
2 files changed, 11 insertions(+), 25 deletions(-)
diff --git a/.gitignore b/.gitignore
index fc79926..d989888 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,11 +63,9 @@ __pycache__
*.states
*.json
*.d
-build
cmake-build*
data
recommonmark
-deps
# R
*.Rcheck
@@ -96,6 +94,8 @@ input.txt*
# Jetbrain
.idea
+.gradle
+*.iml
# ctags
tags
@@ -104,28 +104,14 @@ tags
cscope.out
cscope.files
-# Scala package
-*.class
-scala-package/*/target/
-scala-package/*/*/target/
-*.scala_dependencies
-*.worksheet
-*.idea
-*.iml
-*.classpath
-*.project
-*.settings
-!scala-package/*/bin
-*.bak
-*/node_modules/
-
# Eclipse project config
.project
.cproject
+.classpath
+.settings
.pydevproject
CMakeFiles
cmake_install.cmake
-lib
# Visual Studio Code
.vscode
@@ -145,13 +131,12 @@ tools/pip_package/mxnet.egg-info
tools/pip_package/mxnet
# temporary path for building dependencies when building wheel
-./deps/
-./staticdeps/
-bld
-./tmp/*
-*.jar
-target
-bin/im2rec
+deps/
+staticdeps/
+tmp/
+build/
+lib/
+bin/
model/
# VTune
diff --git a/scala-package/.gitignore b/scala-package/.gitignore
index 22b12b3..9bf7851 100644
--- a/scala-package/.gitignore
+++ b/scala-package/.gitignore
@@ -1,3 +1,4 @@
+target/
.flattened-pom.xml
core/src/main/scala/org/apache/mxnet/NDArrayAPIBase.scala
core/src/main/scala/org/apache/mxnet/NDArrayBase.scala