Skip to content

Commit

Permalink
Update scala-package gitignore configuration. (apache#13962)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored and haohuw committed Jun 23, 2019
1 parent b4ac8f7 commit d8a4042
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
35 changes: 10 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ __pycache__
*.states
*.json
*.d
build
cmake-build*
data
recommonmark
deps

# R
*.Rcheck
Expand Down Expand Up @@ -96,6 +94,8 @@ input.txt*

# Jetbrain
.idea
.gradle
*.iml

# ctags
tags
Expand All @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions scala-package/.gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d8a4042

Please sign in to comment.