diff options
author | Yehonal <g.ronca@hyperweb2.com> | 2016-07-25 17:29:20 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-07 12:02:55 +0200 |
commit | d1b8eea42f298a624a9513c42a7747613b0d61c9 (patch) | |
tree | 70c7a00e237907edc7806502e45a885037b181df /.gitignore | |
parent | b91b679669eba2f0d9aafb645c6e7f8c9ed3fc29 (diff) |
configuration system for cmake
- moved cmake options under conf
and created default/custom configuration system for cmake
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 775e433c20..194e7ad0d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,19 @@ +# +# AzerothCore +# */compiler/config.sh +conf/* +!conf/*.dist +modules/* +!modules/dep/ build*/ + +# +#Generic +# + .directory .mailmap *.orig |