Remove the two files that get generated by javacpp to avoid conflicts. Also add them to .gitignore
Signed-off-by: Bam4d <chrisbam4d@gmail.com>master
parent
58aa5a3a9b
commit
0459cf9525
|
@ -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…
Reference in New Issue