forked from bytedeco/javacpp-presets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
50 lines (47 loc) · 771 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/downloads/
/target/
/opencv/cppbuild/
/opencv/target/
/ffmpeg/cppbuild/
/ffmpeg/target/
/flycapture/cppbuild/
/flycapture/target/
/libdc1394/cppbuild/
/libdc1394/target/
/libfreenect/cppbuild/
/libfreenect/target/
/videoinput/cppbuild/
/videoinput/target/
/artoolkitplus/cppbuild/
/artoolkitplus/target/
/chilitags/cppbuild/
/chilitags/target/
/flandmark/cppbuild/
/flandmark/target/
/fftw/cppbuild/
/fftw/target/
/gsl/cppbuild/
/gsl/target/
/llvm/cppbuild/
/llvm/target/
/leptonica/cppbuild/
/leptonica/target/
/tesseract/cppbuild/
/tesseract/target/
/caffe/cppbuild/
/caffe/target/
/cuda/cppbuild/
/cuda/target/
/mxnet/cppbuild/
/mxnet/target/
/tensorflow/cppbuild/
/tensorflow/target/
# Mac
.DS_Store
# Eclipse
.classpath
.project
.settings
# IntelliJ
*.iml
.idea