g3log/.hgignore
KjellKod 8220839771 Clang/Gcc bugfix:
Fixed g2logworker destructor race condition. Sinks and background thread were not cleared in the right order.
Now the order is enforced.

This means that g3log should work fine with Clang. CMakeLists.txt is updated to reflect the Clang support
2014-02-25 22:05:48 -07:00

9 lines
91 B
Plaintext

syntax: glob
g2log-sinks/*
3rdParty/*
g2log/build/*
nbproject/*
build_clang
gtest-1.7.0
*~