diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-29 10:50:47 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-09 10:27:58 +0200 |
commit | 80a83edb826bf8fe448c715f9b61ce53c7c1d007 (patch) | |
tree | a046e56203f8fe08ba294b170a2200943275b32c /.gitmodules | |
parent | 2293caaa09aeeb246d2a523796d908a1dd9d1ef4 (diff) |
get rid of dirty status
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8b91638..cb258a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,12 +4,14 @@ [submodule "flandmark"] path = flandmark url = https://github.com/uricamic/flandmark.git + ignore = dirty [submodule "headtracker"] path = headtracker url = https://github.com/sthalik/headtracker.git [submodule "opencv"] path = opencv url = https://github.com/Itseez/opencv.git + ignore = dirty [submodule "LibOVR-025"] path = LibOVR-025 url = https://github.com/opentrack/LibOVR |