improved gitignore for modules
This commit is contained in:
parent
b0e118fe07
commit
070f15458b
1 changed files with 18 additions and 11 deletions
29
.gitignore
vendored
29
.gitignore
vendored
|
|
@ -6,17 +6,11 @@ conf/*
|
||||||
!conf/*.dist
|
!conf/*.dist
|
||||||
modules/*
|
modules/*
|
||||||
|
|
||||||
#
|
!modules/drassil/*
|
||||||
# Allow modules to control git ignoring
|
modules/drassil/joiner
|
||||||
#
|
!modules/hw-core
|
||||||
!modules/*
|
!modules/acore
|
||||||
modules/*/*
|
!modules/worldengine
|
||||||
!modules/*/.gitignore
|
|
||||||
!modules/uwd/*
|
|
||||||
modules/uwd/joiner
|
|
||||||
!modules/hw-core/*
|
|
||||||
!modules/acore/*
|
|
||||||
!modules/worldengine/*
|
|
||||||
|
|
||||||
build*/
|
build*/
|
||||||
|
|
||||||
|
|
@ -69,3 +63,16 @@ local.properties
|
||||||
.project
|
.project
|
||||||
.cproject
|
.cproject
|
||||||
|
|
||||||
|
|
||||||
|
# ==================
|
||||||
|
#
|
||||||
|
# CUSTOM
|
||||||
|
#
|
||||||
|
# put below your custom ignore rules
|
||||||
|
# for example , if you want to include a
|
||||||
|
# module directly in repositoryyou can do:
|
||||||
|
#
|
||||||
|
# !modules/yourmodule
|
||||||
|
#
|
||||||
|
# ==================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue