diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-18 21:07:19 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-18 21:07:19 +0100 |
| commit | 96150f271f3b41ed203176cd8984b060f4a79dd1 (patch) | |
| tree | b1074992b0191a5a95800912c22f7f7801e4468a | |
| parent | 277fe8f9e1d3efe178390d8b35fd3ae8c5218a11 (diff) | |
use mainline opencv
| -rw-r--r-- | .gitignore | 1 | ||||
| -rwxr-xr-x | .gitmodules | 4 | ||||
| m--------- | opencv | 0 | ||||
| -rw-r--r-- | opencv/.gitkeep | 0 |
4 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86bd5e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/opencv/ diff --git a/.gitmodules b/.gitmodules index c01519e..bb7f01c 100755 --- a/.gitmodules +++ b/.gitmodules @@ -28,7 +28,3 @@ path = steamvr url = https://github.com/ValveSoftware/openvr.git branch = master -[submodule "opencv"] - path = opencv - url = https://github.com/opentrack/opencv.git - branch = fork diff --git a/opencv b/opencv deleted file mode 160000 -Subproject 81ee9e346c174d988f209311f859a899d21c3a6 diff --git a/opencv/.gitkeep b/opencv/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/opencv/.gitkeep |
