g3log/.gitignore
Murat Kilivan 68f3b174d9
Use CMake to download GoogleTest as part of build (#355)
Having GoogleTest source in the project means we are likely using a stale version of test. This change is to use CMake to download GoogleTest as part of the build's configuration step.
2020-06-03 15:37:46 -06:00

9 lines
81 B
Plaintext

syntax: glob
sinks/*
build/*
nbproject/*
build_clang
build_travis
gtest-1.7.0
*~