Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Update scala-package gitignore configuration. #13962

Merged
merged 1 commit into from
Jan 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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