Merge pull request #8772 from Bam4d/ignore_javacpp_generated
Remove the two files that get generated by javacpp to avoid conflicts…
This commit is contained in:
commit
0faf83b1b6
4
.gitignore
vendored
4
.gitignore
vendored
@ -66,3 +66,7 @@ doc_sources_*
|
||||
# Python virtual environments
|
||||
venv/
|
||||
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
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user