Fixed .gitignore to support modules inclusion
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -5,7 +5,14 @@
|
||||
conf/*
|
||||
!conf/*.dist
|
||||
modules/*
|
||||
!modules/dep/
|
||||
|
||||
#
|
||||
# Allow modules to control git ignoring
|
||||
#
|
||||
!modules/*
|
||||
modules/*/*
|
||||
!modules/*/.gitignore
|
||||
|
||||
build*/
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user