aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-04-17 11:54:24 -0700
committerpx4dev <px4@purgatory.org>2013-04-17 11:54:24 -0700
commit31c6440b6491cd6310c9db72be200a4ffba689c9 (patch)
tree4f92ecc32803f88ca532c459b8769e98a7a6a1de /.gitignore
parent4703a689798e2a520dfb69c0ef9146f3ecb956f2 (diff)
downloadpx4-firmware-31c6440b6491cd6310c9db72be200a4ffba689c9.tar.gz
px4-firmware-31c6440b6491cd6310c9db72be200a4ffba689c9.tar.bz2
px4-firmware-31c6440b6491cd6310c9db72be200a4ffba689c9.zip
Un-ignore the *.d directories in the ROMFS directory to avoid ignoring the init.d directory and friends. This is rinky, but the alternatives are all a mess.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 46b347f72..91358e1e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,6 @@ core
mkdeps
Archives
Build
+!ROMFS/*/*.d
+!ROMFS/*/*/*.d
+!ROMFS/*/*/*/*.d