diff options
author | Yehonal <hw.2@hotmail.it> | 2016-07-30 11:15:39 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-07 12:24:00 +0200 |
commit | 648163a2e04fa29aeb8230a801760dede250d5b8 (patch) | |
tree | cac0f01678fe2f04bb89543f9320fb77c84b6b59 /.gitignore | |
parent | 4a3afdb4483b47fd2b07f69deb4804376a3542ba (diff) |
Fixed .gitignore to support modules inclusion
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e1e1ab2ee2..b35017fd6b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,14 @@ conf/* !conf/*.dist modules/* -!modules/dep/ + +# +# Allow modules to control git ignoring +# +!modules/* +modules/*/* +!modules/*/.gitignore + build*/ # |