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
|
||||
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
|
||||
#
|
||||
# ==================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue