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