From c99b7abe8d6aa686d5cf6934a6cffb912e369568 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 14 Mar 2016 09:16:01 +0100 Subject: [PATCH] Do not ignore untracked files in DF and ECL --- .gitmodules | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 03951ffd2b..ec579aaa28 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,11 +29,9 @@ [submodule "src/lib/DriverFramework"] path = src/lib/DriverFramework url = https://github.com/PX4/DriverFramework.git - ignore = untracked [submodule "src/lib/ecl"] path = src/lib/ecl url = https://github.com/PX4/ecl.git - ignore = untracked [submodule "cmake/cmake_hexagon"] path = cmake/cmake_hexagon url = https://github.com/ATLFlight/cmake_hexagon