diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-11-18 11:15:57 +0100 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-11-18 11:15:57 +0100 |
commit | 070f15458b824db58d2caf6706bee8a7a0cb37ac (patch) | |
tree | b4933539d4aa005e987bac9c8ad9a08f9037376a /.gitignore | |
parent | b0e118fe0736b67fa4310ad14c2cc0a4f524e11e (diff) |
improved gitignore for modules
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore index ba307b98e6..c1d99acd9f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,17 +6,11 @@ conf/* !conf/*.dist modules/* -# -# Allow modules to control git ignoring -# -!modules/* -modules/*/* -!modules/*/.gitignore -!modules/uwd/* -modules/uwd/joiner -!modules/hw-core/* -!modules/acore/* -!modules/worldengine/* +!modules/drassil/* +modules/drassil/joiner +!modules/hw-core +!modules/acore +!modules/worldengine build*/ @@ -69,3 +63,16 @@ local.properties .project .cproject + +# ================== +# +# CUSTOM +# +# put below your custom ignore rules +# for example , if you want to include a +# module directly in repositoryyou can do: +# +# !modules/yourmodule +# +# ================== + |