This commit is contained in:
Yehonal 2016-08-08 14:59:20 +02:00
commit 6207148285
2 changed files with 73 additions and 0 deletions

66
.gitignore vendored Normal file
View File

@ -0,0 +1,66 @@
#
# AzerothCore
#
conf/*
!conf/*.dist
modules/*
#
# Allow modules to control git ignoring
#
!modules/*
modules/*/*
!modules/*/.gitignore
build*/
#
#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
*.kate-swp
.browse.VC*
.vscode
#
# Eclipse
#
*.pydevproject
.metadata
.gradle
tmp/
*.tmp
*.swp
*~.nib
local.properties
.settings/
.loadpath
.project
.cproject

7
README.md Normal file
View File

@ -0,0 +1,7 @@
Nothing to do here :
This branch is used for internal purpose