Fixed .gitignore to support modules inclusion

This commit is contained in:
Yehonal
2016-07-30 11:15:39 +02:00
committed by Yehonal
parent 4a3afdb448
commit 648163a2e0
2 changed files with 57 additions and 1 deletions

9
.gitignore vendored
View File

@@ -5,7 +5,14 @@
conf/*
!conf/*.dist
modules/*
!modules/dep/
#
# Allow modules to control git ignoring
#
!modules/*
modules/*/*
!modules/*/.gitignore
build*/
#

49
modules/dep/.gitignore vendored Normal file
View File

@@ -0,0 +1,49 @@
!.gitignore
!*
#
#Generic
#
.directory
.mailmap
*.orig
*.rej
*~
.hg/
*.kdev*
.DS_Store
CMakeLists.txt.user
*.bak
*.patch
*.diff
*.REMOTE.*
*.BACKUP.*
*.BASE.*
*.LOCAL.*
#
# IDE & other softwares
#
/.settings/
/.externalToolBuilders/*
# exclude in all levels
nbproject/
.sync.ffs_db
#
# Eclipse
#
*.pydevproject
.metadata
.gradle
tmp/
*.tmp
*.swp
*~.nib
local.properties
.settings/
.loadpath
.project
.cproject