https://github.com/Kitware/CMake
Revision 32ff836e2adcfefd9ff8f7bd24d20da30c42c62f authored by Ben Boeckel on 14 July 2021, 20:47:16 UTC, committed by Ben Boeckel on 14 July 2021, 20:47:16 UTC
Similar to the other includes, this one should be suppressed as well.
1 parent ff7a2e3
Raw File
Tip revision: 32ff836e2adcfefd9ff8f7bd24d20da30c42c62f authored by Ben Boeckel on 14 July 2021, 20:47:16 UTC
TestDriver: suppress deprecated header lints for time.h
Tip revision: 32ff836
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing
CMakeUserPresets.json

# Visual Studio work directory
.vs/
# Visual Studio build directory
out/

# Visual Studio Code
.vscode/

# CLion work directory
.idea/
# CLion build directories
cmake-build-*/
back to top