Merge pull request #8772 from Bam4d/ignore_javacpp_generated

Remove the two files that get generated by javacpp to avoid conflicts…
master
raver119 2020-03-10 13:09:37 +03:00 committed by GitHub
commit 0faf83b1b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 35013 deletions

6
.gitignore vendored
View File

@ -65,4 +65,8 @@ doc_sources_*
# Python virtual environments
venv/
venv2/
venv2/
# Ignore the nd4j files that are created by javacpp at build to stop merge conflicts
nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/src/main/java/org/nd4j/nativeblas/Nd4jCpu.java
nd4j/nd4j-backends/nd4j-backend-impls/nd4j-cuda/src/main/java/org/nd4j/nativeblas/Nd4jCuda.java