diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 489df1c251..f243cc106e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,24 @@ +# +# AzerothCore +# + +conf/* +!conf/*.dist +modules/* -*/compiler/config.sh +# +# Allow modules to control git ignoring +# +!modules/* +modules/*/* +!modules/*/.gitignore build*/ + +# +#Generic +# + .directory .mailmap *.orig @@ -27,6 +44,7 @@ CMakeLists.txt.user # exclude in all levels nbproject/ .sync.ffs_db +*.kate-swp .browse.VC* .vscode |