mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Fixed .gitignore to support modules inclusion
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -5,7 +5,14 @@
|
|||||||
conf/*
|
conf/*
|
||||||
!conf/*.dist
|
!conf/*.dist
|
||||||
modules/*
|
modules/*
|
||||||
!modules/dep/
|
|
||||||
|
#
|
||||||
|
# Allow modules to control git ignoring
|
||||||
|
#
|
||||||
|
!modules/*
|
||||||
|
modules/*/*
|
||||||
|
!modules/*/.gitignore
|
||||||
|
|
||||||
build*/
|
build*/
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
49
modules/dep/.gitignore
vendored
Normal file
49
modules/dep/.gitignore
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user